0
votes
1answer
27 views
asp.net mvc: is this a bug or a feature when using partial views on objects that have the same field names?
My classes are a DataModel, which uses ID as its PK, and a Map, which also has ID as a PK. Map has a FK to DataModel (DataModelID).
I have a partial view that I use from my DataModel list view as …
71
votes
116answers
12k views
What bug tracking software do you use?
I'm currently looking at Bugzilla and Trac, as they seem to be the most popular (and I'm hoping that also means if there are any problems, it will be easier to get help), but I'm curious what …
1
vote
4answers
318 views
Weird Bug: “DoCmd.OutputTo acOutputQuery” is deleting the query
Has anybody encountered this problem that DoCmd.OutputTo acOutputQuery deletes the query itself, the second time it is run?
Is there any workaround/patch for this bug (at least seems like a bug to …
3
votes
12answers
132 views
Scrum, how to handle bugs in the sprint and how to time estimate bugs
I'm working in a Scrum project writing firmware code in C for an ASIC.
Every so often we have really hard to find bugs. But how do I time estimate these bugs?
I always tell the Scrum master I do …
1
vote
1answer
33 views
Firefox jquery scrollTo flicker bug
I've seen quite a few threads here talking about flickering in Firefox, but none that quite describe the problem I'm having.
I've got a horizontal scrolling website, fixed position menus, and the …
6
votes
14answers
6k views
Eclipse : Class file name must end with .class exception in Java Search
I was hoping someone could help me out with a problem I'm having using the java search function in Eclipse on a particular project.
When using the java search on one particular project, I get an …
0
votes
0answers
60 views
What’s the most time consuming bug you have solved or created? [closed]
Randomly corrupted heap, unintended undefined behaviour, concurrency problems, asynchronous behaviour... What was the bug that took you the most to hunt down and fix and how did you solved it? In my …
0
votes
0answers
25 views
Cufon in jquery tabs bugs
i use cufon for font replacement and i found a strange bug.
http://i253.photobucket.com/albums/hh76/benhanks040888/bug.jpg
my code is
<ul id="menu_list">
<li><a …
0
votes
1answer
20 views
PDO and PDOStatement, magical assignments
Hi there,
I have the following "test-class" made on the fly:
http://sumoin.pastebin.com/ff744ea4
No fine-tuning or something else, just a brief testing pdo class.
And I have the test.php:
…
0
votes
1answer
45 views
std::stringstream GCC Abnormal Behavior
I have a very interesting problem with compiling a short little program on a Mac (GCC 4.2). The function below would only stream chars or strings into the stringstream, but not anything else (int, …
1
vote
3answers
70 views
Overloaded package-private method causes compilation failure - Is this a JLS oddity or javac bug?
I've come across an oddity of the JLS, or a JavaC bug (not sure which). Please read the following and provide an explanation, citing JLS passage or Sun Bug ID, as appropriate.
Suppose I have a …
1
vote
6answers
207 views
TDD as a defect-reduction strategy
Can TDD be successful as a defect-reduction strategy without incorporating guidance on test case construction and evaluation?
1
vote
3answers
2k views
How to solve/hack fading semi-transparent PNG bug in IE8?
As you know, IE6 has bug that can't display semi-transparent PNG file without using non-standard style like filter. In IE7, this problem is fixed. But It still has some bug about PNG file. It can't …
1
vote
2answers
87 views
Django 1.1.1: How should I store an empty IP address using PostgreSQL?
I am writing a Django application that stores IP addresses with optional routing information. One of the fields for the IP model I have created is nexthop (for next-hop routes), which will usually be …
2
votes
9answers
120 views
Online Issue Tracking Tool?
im part of a dev team thats tired of being used as a crutch by the rest of the organization. I want to start to build a document repository of how-tos, work-arounds and other information that instead …
