Click here to Skip to main content
15,886,673 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: Stupid user tricks (double-click = double postback) Pin
OriginalGriff19-Apr-19 0:37
mveOriginalGriff19-Apr-19 0:37 
GeneralRe: Stupid user tricks (double-click = double postback) Pin
grralph119-Apr-19 1:11
grralph119-Apr-19 1:11 
GeneralRe: Stupid user tricks (double-click = double postback) Pin
Lutosław22-Apr-19 21:41
Lutosław22-Apr-19 21:41 
GeneralRe: Stupid user tricks (double-click = double postback) Pin
MadMyche19-Apr-19 5:38
professionalMadMyche19-Apr-19 5:38 
GeneralRe: Stupid user tricks (double-click = double postback) Pin
kmoorevs19-Apr-19 5:16
kmoorevs19-Apr-19 5:16 
GeneralRe: Stupid user tricks (double-click = double postback) Pin
Brisingr Aerowing20-Apr-19 12:32
professionalBrisingr Aerowing20-Apr-19 12:32 
GeneralRe: Stupid user tricks (double-click = double postback) Pin
kmoorevs20-Apr-19 13:02
kmoorevs20-Apr-19 13:02 
GeneralRe: Stupid user tricks (double-click = double postback) Pin
DerekT-P12-Jun-19 9:14
professionalDerekT-P12-Jun-19 9:14 
Bear in mind that "numbers" like 35e7 are often validated as numeric, but of course represent very large numbers (even though they're relatively short in terms of number of characters, so putting a MaxLength on a text field won't stop it!). They can occur in numeric input when a user mis-types. When testing validation of numeric input, it's always worth testing this case.

Sorry for a late post on this thread, but it might be of interest/use to someone someday! Smile | :)

(And as for asking "are you really sure..." you can guarantee that at some point the user will click "yes" and then you're still left with the original bug anyway. )
GeneralRe: Stupid user tricks (double-click = double postback) Pin
kmoorevs13-Jun-19 7:18
kmoorevs13-Jun-19 7:18 
GeneralRe: Stupid user tricks (double-click = double postback) Pin
Nelek22-Apr-19 21:50
protectorNelek22-Apr-19 21:50 
GeneralRe: Stupid user tricks (double-click = double postback) Pin
David A. Gray28-Apr-19 14:52
David A. Gray28-Apr-19 14:52 
QuestionConcept of "Password Mode" Pin
Bogatitus17-Apr-19 16:03
Bogatitus17-Apr-19 16:03 
AnswerRe: Concept of "Password Mode" Pin
CodeWraith18-Apr-19 2:34
CodeWraith18-Apr-19 2:34 
AnswerRe: Concept of "Password Mode" Pin
Nathan Minier18-Apr-19 3:17
professionalNathan Minier18-Apr-19 3:17 
GeneralRe: Concept of "Password Mode" Pin
Bogatitus18-Apr-19 8:28
Bogatitus18-Apr-19 8:28 
GeneralRe: Concept of "Password Mode" Pin
Nelek22-Apr-19 21:53
protectorNelek22-Apr-19 21:53 
GeneralRe: Concept of "Password Mode" Pin
raddevus11-Jun-19 10:19
mvaraddevus11-Jun-19 10:19 
GeneralI can't find one of these in the UK Pin
pkfox13-Apr-19 0:49
professionalpkfox13-Apr-19 0:49 
GeneralRe: I can't find one of these in the UK Pin
User 1106097913-Apr-19 2:01
User 1106097913-Apr-19 2:01 
GeneralRe: I can't find one of these in the UK Pin
pkfox13-Apr-19 2:19
professionalpkfox13-Apr-19 2:19 
GeneralRe: I can't find one of these in the UK Pin
User 1106097913-Apr-19 2:37
User 1106097913-Apr-19 2:37 
GeneralRe: I can't find one of these in the UK Pin
pkfox13-Apr-19 2:40
professionalpkfox13-Apr-19 2:40 
GeneralRe: I can't find one of these in the UK Pin
User 1106097913-Apr-19 2:43
User 1106097913-Apr-19 2:43 
GeneralRe: I can't find one of these in the UK Pin
pkfox13-Apr-19 2:44
professionalpkfox13-Apr-19 2:44 
GeneralRe: I can't find one of these in the UK Pin
User 1106097913-Apr-19 4:09
User 1106097913-Apr-19 4:09 

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.