0
votes
1answer
25 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 …
1
vote
1answer
30 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 …
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
23 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:
…
3
votes
12answers
130 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
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 …
1
vote
1answer
40 views
IE 6 dropdown selection area too narrow
Hi,
I have a dropdown menu with the width set to 142px however the selection area when you drop down the menu needs to be larger as it has text that exceeds this width. Firefox (and most modern …
1
vote
6answers
206 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
69 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 …
0
votes
1answer
34 views
List of everything that doesn’t work correclty in quirks mode?
Hi,
Does anyone have a complete list of html, javascript, and css that is buggy in quirks mode (particularly IE quirks mode)?
I have checked out the quirksmode.org list at …
0
votes
3answers
74 views
private constructor gets empty private static readonly string
I have the following code. Is it not the exact code which I am using since it is internal to my place of work, but is a representation of the scenario which I am encountering.
public class Service : …
0
votes
0answers
29 views
IE6 Box Model bug. Spry Sub-Menu displays over my Normal Menu in IE6. Wrong Positioning.
Hello, first of all im a beginner so any descriptive help i would really appreciate.
so my spry menu looks fine in every browser except IE6...
my website is ritztheatre.net (srry cant post more then …
1
vote
2answers
40 views
Visual Studio freezes when switching to debug mode
Strange visual studio (TS 2008) problem: The IDE completely freezes whenever I switch from Release to Debug mode in a specific project. It happens right as I switch, before I try to build or do …
1
vote
2answers
76 views
Very interesting jQuery load behavior, a bug or solution?
I was recently trying to find a bug in some scripting and I discovered this very interesting behavior when loading a page with jQuery.
File #1: Test1.htm
<div id="test"></div>
…
