Bug in ASP.NET validator (?)
One of my colleagues, Frédéric Pieters, found something weird in the ASP.NET-validators.
If a validator is set to Dynamic and it's placed below the control to validate, it's possible to edit the text of that validator.
If you use the mouse to go to the next field (it works fine if you use the tab-button), the validator is triggered and the focus is on that validator.
If you start to type, you're typing in the text of that validator.
I did some test, and this little trick works on many websites...
For those who want to see what's happening, download this little movie.
If a validator is set to Dynamic and it's placed below the control to validate, it's possible to edit the text of that validator.
If you use the mouse to go to the next field (it works fine if you use the tab-button), the validator is triggered and the focus is on that validator.
If you start to type, you're typing in the text of that validator.
I did some test, and this little trick works on many websites...
For those who want to see what's happening, download this little movie.
1 Comments:
Is there a solution to this bug?
I've tried Gurdarshan Singh's solution but still nothing. It however seems okay in IE8 but not in IE7 and lower
By Herbert, at 11:18 AM
Post a Comment
<< Home