Klaus Hartl schrieb:
Commenting out the "blur" line does prevent IE from locking up.
(Why doesn't this happen in FF?), but then, of course, no validation occurs.

When I change "blur" to "keyup" everything seems to work fine.

What's up with that? Keyup is fine, but I prefer to allow users a little
more
time to correct entries rather than hammering them with an error message
per keystroke, perhaps.

I did comment out the debug statement, too... forgot that would prevent
submission...
I thought that you could prevent any problems with validation on blur by disabling focusInvalid. Let me know if you find anything that may exaplain why its happening.

An interesting approach would be keyup with a timeout, like in the autocomplete plugin.


What about the change event?
As that is also triggered on blur, the same problem with focussing invalid elements would most likely occur. But I've got an idea how to prevent that in the first place: Just disable focus invalid completely for element-based events, only do it on submit, where it is supposed to do its job.

--
Jörn Zaefferer

http://bassistance.de

Reply via email to