A
Abbas
Hello,
I am working on a site with an input form that has required field
validators. If the user doesn't enter something in one of the
textboxes, the error message appears. When they enter something and:
1) goto another field on the form (the error message clears) then
click OK, the click event fires as expected
2) click OK without focusing on another field, only the error message
is cleared but the click event is never fired, hence forcing the user
to click OK one more time to submit
Any idea why this weird behaviour is happening? I tried it on a
simple page with just a couple of textboxes and it worked fine, so I
am not sure why this is acting differently?
Any comments would be much appreciated.
I am working on a site with an input form that has required field
validators. If the user doesn't enter something in one of the
textboxes, the error message appears. When they enter something and:
1) goto another field on the form (the error message clears) then
click OK, the click event fires as expected
2) click OK without focusing on another field, only the error message
is cleared but the click event is never fired, hence forcing the user
to click OK one more time to submit
Any idea why this weird behaviour is happening? I tried it on a
simple page with just a couple of textboxes and it worked fine, so I
am not sure why this is acting differently?
Any comments would be much appreciated.