Post Closed as "exact duplicate" by gbjbaanb

show/hide this revision's text 2 added 112 characters in body

as a developer, it's a common case for us to set a few hours and even perhaps a few days to try to debug some problem, and after going down the logical path, tracing and narrowing down the scope, but still coming out short of what's causing the problem.

then with a lot of googling and sometimes trying something else that out of the box, then you're able to find the root cause and get that eureka moment and finally putting the bug to rest. and later spend the next few hours with a big grin on your face...

i remember that i have a web form which will submit twice in firefox but only will somehow mysteriously submit only once in ie.

for the life of me i couldn't understand what the heck was going on, until i found out that there's a <script line in my html which includes an empty src="" line which caused this cute behavior.

so maybe we can each list down a not your typical logical bug here, so one day when someone does a google search they can be routed back to this thread.

thanks

show/hide this revision's text 1

what is your most weird illogical bug?

as a developer, it's a common case for us to set a few hours and even perhaps a few days to try to debug some problem, and after going down the logical path, tracing and narrowing down the scope, but still coming out short of what's causing the problem.

then with a lot of googling and sometimes trying something else that out of the box, then you're able to find the root cause and get that eureka moment and finally putting the bug to rest. and later spend the next few hours with a big grin on your face...

i remember that i have a web form which will submit twice in firefox but only will somehow mysteriously submit only once in ie.

for the life of me i couldn't understand what the heck was going on, until i found out that there's a

so maybe we can each list down a not your typical logical bug here, so one day when someone does a google search they can be routed back to this thread.

thanks