Side navigation
#13941 closed bug (duplicate)
Opened May 25, 2013 09:39PM UTC
Closed May 28, 2013 03:12AM UTC
Blur doesn't work on IE 9
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 2.0.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Using a password field, I was trying to run code on the blur event. For some reason it was firing inconsistently. Code runs fine on 1.10.0
$("#password").on('blur', function() { // Code won't run on blur :( })
Hi, can you create a complete test case on jsfiddle.net? This seemed to work for me: http://jsfiddle.net/u9LWZ/