If using client side validation and 2 blur events are emitted right after each other the onBlur handle will fail, because it uses an internal timeout, and manipulates the same global variable, so the ...
Fill some random value in available field. Click outside the filed to trigger initial onBlur validation. See that the Validation Counter is added by 1. Focus the field again. Click outside again and ...