Drop down selection not registered when form submitted quickly?!
Posted
by Abs
on Stack Overflow
See other posts from Stack Overflow
or by Abs
Published on 2010-05-24T10:19:30Z
Indexed on
2010/05/24
10:21 UTC
Read the original article
Hit count: 171
Hello all,
I have noticed a strange thing that happens on my web app when the server is under heavy loads (I am remoting on to the Windows Server).
I have a drop down box which is generated dynamically (server side). When I make a selection and quickly press the submit button to indicate my selection the next page does not register my selection but if I do it a bit more slowly it will.
I have not come across this before, has anyone? I know its a small issue but there are a lot of "trigger happy", including me...
should I put a delay before the form is submitted? If I do, I can only guess the right amount of time.
Or is there an underlying problem with my web app?
Thanks all
© Stack Overflow or respective owner