bugs

TFS Build server - CSC : fatal error CS2008: No inputs specified

We get the above error message on our build server, when we build the solution or the specific project that the error refers to. We can build the solution without any problem using visual studio (also on the build server), however it fails with the above error when running msbuild. Any Ideas? ...

Has anyone used the BUG?

I just read another Stack Overflow post about the BUG from Bug Labs and I was wondering if anyone here has used it before? I think it looks like a cool platform to develop on, but I'd like to see what other people think first. ...

opening a popup in IE - "Member not found"

This happens in IE6 when the user opens a popup window that opens a PDF inside. (this part works). Then, the user opens another popup window, and at this point i get this error. There is a good description and a possible solution here my question is this: Is there a better solution? Opening up a window and closing it right away see...

JTabbedPane weird behaviour

I have the following code : JTabbedPane container; ... AWindow page = WinUtils.buildWindow(); boolean existing = checkIfExists(page); // in this code, this will always be false if(!existing) { String tabName = page.getLoadedFileLocation().getName(); container.addTab(page.getLoadedFileLocation().getName(), page); } Component com...

Why does the jQuery 'nth-child' selector not work inside GreaseMonkey (0.8)?

I believe jQuery's :nth-child selector doesn't work inside GreaseMonkey 0.8. (At the bottom is a quick GM script to test this.) Why is this? Is this a known limitation from working inside GreaseMonkey? Can anyone recommend a way around this? Also, why is it that some (definitely not all) jQuery queries run much slower inside GreaseMonk...

JQuery: IE Styling Error/Bug on Select attr() change

Hi Guys, Ive got a problem with IE which is fine in FF, Chrome etc... I have for example a 2 column layout of which for debugging ive emptied the left hand side one. The right hand side has a long list of results in a table with sortable options above it. In this sortable options section is a select box which has options dynamically g...

iPhone SDK Camera Bug: Image not saving sometimes?

I've looked for various bug reports for the iPhone SDK, but have not seen anything directly related to this bug. I'm using a UIImagePickerController on the device to take a photo using the camera. Sometimes (usually after the phone has been running for some time without a reset), I take my picture, and then select 'use' - but I get a n...

GridBagLayout weight bug?

The layout of the components in the project I'm working on didn't look correct, I suspect there's a bug in Swing. Basically, what appears to be happening is that the weightx and weighty proportions aren't being adhered to when the cells being laid out have varying minimum sizes and/or preferred sizes. I created a sample program to demo...

Maven assembly plugin fails with NullPointerException?

I get a NullPointerException and I don't like it. It is a larger build with several submodules (which differ in their maven config only slightly), for most of the modules it does work, but for some not. Any ideas what the problem might be? [INFO] [assembly:assembly] [INFO] Reading assembly descriptor: src/assemble/all.xml [INFO] -------...

How fast can you get a fixed bug into production?

I'm working with 2 very different applications. App #1 is a web app where I have direct access to the FTP, so fixing bugs is pretty easy. Cat A bugs are usually fixed within the next day. No problems here. App #2 is an oil business document control app, where we have to go through two acceptancy test phases - end users test and system...

CookieContainer bug?

I'm confused how CookieContainer handles domain, so I create this test. This test shows cookieContainer doesn't return any cookie for "site.com" but according to RFC it should return at least 2 cookies. Isn't it a bug? How make it to work? Here is a discussion about this bug: http://social.msdn.microsoft.com/Forums/en-US/ncl/thread/c...

Help for Boost.Statechart bug

Any ideas how to fix this? using 1.39_0 on ubuntu 8.10 w/g++ 4.3.2 In the following statechart, the phrase "BUGGY" is printed three times. One would expect the event would only trigger one "BUGGY". In the case of the project I am working on, I cannot return discard_event() as I need the event to reach multiple states (usually deep in a...

Turn off Tag Navigator in VS2008

Hi, I've looked everywhere on how to turn off the Tag Navigator at the bottom of my Visual Studio 2008 and can't any info! Since installing ReSharper a group of us have come across a bug where it will reset your mouse cursor to 0,0 when you rollover a tag in the Tag Navigator and since I can't find any info on that bug I just want the N...

IE javascript compatibility is killing me...

I left cross-browser compatiblity issues for last, and it seems IE is going to be a big pain. Nothing is working in IE; First of all, the following is not working: var img = document.createElement("img"); img.setAttribute("height", "270px"); I have an invisible div onmouseover which displays a transparent div "cpanel". I cant access ...

C++ STD::Vector using templated function taking abnormally long to run

The following function operates with two values for T. One is 4 bytes (same as a DWORD). The other is 64 bytes. The Buffer is designed to store objects in its cache, and have them retrieved at a later date. When using the 64 byte structure, the total amount of time in the function jumps dramatically. The seek time in the vector, the...

Bug in ASp.NET Ajax Rating Control

Im using ASP.NET Ajax Rating control in my current project and i get this strange behaviour: When somoene clicks on the control to rate some content, rating is properly executed but browser sroll position jumps to the top of the browser window! This is very user un-friendly. Is there a fix for this bug? ...

Crystal Report: Unable to connect incorrect log on parameters

When printing a report, the user sometime have the following error: CrystalDecisions.CrystalReports.Engine.LogOnException: Error in File C:\DOCUME~1\carolec\LOCALS~1\Temp\temp_b117cc2e-c184-4556-a493-e04e6d4126fb {388C2B55-114E-4087-A22D-9289902AFDEB}.rpt: Unable to connect: incorrect log on parameters. ---> System.Runtime.InteropSe...

Firefox: "Error loading script"

"Error loading script" occurs under FireFox 3 if I "quickly click" different links on my web site (Asp.Net MVC + jQuery, full postbacks). It is rather easy task to reproduce this bug. But I cannot understand why it occurs? Every time it shows different failed script file. All JavaScript files are included before closing tag. Errors are...

jQuery DatePicker Bug?

Hi, I'm using jQuery DatePicker and it shows wrong date for November, 2009. You can see this in my sample page. http://project-base-23.codepremise.com/door/test_calendar Is this a known bug? How can I fix it? Thanks. Sam ...

Bug Tracking Software for Mac OS X

I am looking for bug tracking software that runs locally on mac os x. Ideally it would have an easy to user user interface. Any ideas??? Additional Clarification: I am looking for installable tools. (i.e. something that does not run on a webserver.) I simply want to use it to track bugs and possibly feature requests in my iPhone app....