Skip to main content

Bug Tracker

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 :(
})
Attachments (0)
Change History (2)

Changed May 27, 2013 04:44PM UTC by dmethvin comment:1

owner: → anonymous
status: newpending

Hi, can you create a complete test case on jsfiddle.net? This seemed to work for me: http://jsfiddle.net/u9LWZ/

Changed May 28, 2013 03:12AM UTC by dmethvin comment:2

resolution: → duplicate
status: pendingclosed

Duplicate of #13942.