Click here to Skip to main content
15,895,011 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: ccc Pin
Greg Utas11-Aug-21 0:13
professionalGreg Utas11-Aug-21 0:13 
GeneralRe: ccc Pin
Rich Leyshon11-Aug-21 0:28
Rich Leyshon11-Aug-21 0:28 
GeneralOne pixel tracking images Pin
theoldfool10-Aug-21 12:19
professionaltheoldfool10-Aug-21 12:19 
GeneralRe: One pixel tracking images Pin
Maximilien10-Aug-21 13:42
Maximilien10-Aug-21 13:42 
GeneralRe: One pixel tracking images Pin
theoldfool10-Aug-21 14:14
professionaltheoldfool10-Aug-21 14:14 
GeneralRe: One pixel tracking images Pin
Cp-Coder10-Aug-21 13:56
Cp-Coder10-Aug-21 13:56 
GeneralRe: One pixel tracking images Pin
Peter_in_278010-Aug-21 17:07
professionalPeter_in_278010-Aug-21 17:07 
GeneralObscure paths to serious bugs Pin
Chris Maunder10-Aug-21 11:14
cofounderChris Maunder10-Aug-21 11:14 
I was working on a minor UI update. I need to add a "close" button to an alert. It's 30 seconds work, but the alert wasn't showing so I couldn't test the button. I fire up the debugger and start tracing why the alert wasn't showing.

Funnily enough it was because the "show alert" flag wasn't being set. Which was because the query string for the "show alert" trigger was malformed. Which meant a "Do I show the alert" function had the wrong input.

Except it was totally and utterly the wrong "Do I show the alert" function. The function being called was in code that was obsolete and wholly replaced by a new component. Which opened up an entire new level of bugs and issues and testing and my afternoon completely shot.

Because I couldn't test a single bit of CSS properly.

I'm just curious as to what innocuous seeming bugs you've worked on that let loose the Kraken of bugs for you to deal with.
cheers
Chris Maunder

GeneralRe: Obscure paths to serious bugs PinPopular
Matthew Dennis10-Aug-21 11:20
sysadminMatthew Dennis10-Aug-21 11:20 
GeneralRe: Obscure paths to serious bugs Pin
Andre_Prellwitz11-Aug-21 4:14
Andre_Prellwitz11-Aug-21 4:14 
GeneralRe: Obscure paths to serious bugs Pin
Greg Utas11-Aug-21 6:35
professionalGreg Utas11-Aug-21 6:35 
GeneralRe: Obscure paths to serious bugs Pin
PIEBALDconsult10-Aug-21 11:28
mvePIEBALDconsult10-Aug-21 11:28 
GeneralRe: Obscure paths to serious bugs Pin
charlieg11-Aug-21 7:59
charlieg11-Aug-21 7:59 
GeneralRe: Obscure paths to serious bugs Pin
User 991608010-Aug-21 11:32
professionalUser 991608010-Aug-21 11:32 
GeneralRe: Obscure paths to serious bugs Pin
Alois Kraus10-Aug-21 11:39
Alois Kraus10-Aug-21 11:39 
GeneralRe: Obscure paths to serious bugs Pin
theoldfool10-Aug-21 12:13
professionaltheoldfool10-Aug-21 12:13 
GeneralRe: Obscure paths to serious bugs Pin
englebart10-Aug-21 14:10
professionalenglebart10-Aug-21 14:10 
GeneralRe: Obscure paths to serious bugs Pin
Ron Anders10-Aug-21 15:22
Ron Anders10-Aug-21 15:22 
GeneralRe: Obscure paths to serious bugs Pin
Duncan Edwards Jones10-Aug-21 22:31
professionalDuncan Edwards Jones10-Aug-21 22:31 
GeneralRe: Obscure paths to serious bugs Pin
Member 916705710-Aug-21 23:14
Member 916705710-Aug-21 23:14 
GeneralRe: Obscure paths to serious bugs Pin
Slow Eddie11-Aug-21 2:04
professionalSlow Eddie11-Aug-21 2:04 
GeneralRe: Obscure paths to serious bugs Pin
Ed Attfield11-Aug-21 3:06
Ed Attfield11-Aug-21 3:06 
GeneralRe: Obscure paths to serious bugs Pin
MarkTJohnson11-Aug-21 2:40
professionalMarkTJohnson11-Aug-21 2:40 
GeneralRe: Obscure paths to serious bugs Pin
Rich Shealer11-Aug-21 3:06
Rich Shealer11-Aug-21 3:06 
GeneralRe: Obscure paths to serious bugs Pin
davecasdf11-Aug-21 3:06
davecasdf11-Aug-21 3:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.