Side navigation
#6055 closed bug (fixed)
Opened February 08, 2010 04:19PM UTC
Closed February 13, 2010 10:37AM UTC
Calling trigger('blur') does not work if the handler is bound with the live() method
Reported by: | AndyIMT | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.2 | |
Component: | event | Version: | 1.4.1 |
Keywords: | blur live | Cc: | |
Blocked by: | Blocking: |
Description
Calling $("#id").blur() does not work if the handler is attached with the live() method:
$("#id").live("blur", function() {
alert("blur handler");
});
If attached with the blur() method, it works as expected.
Test case attached. Change event works correctly in both scenarios, but blur does not.
Attachments (1)
Change History (1)
Changed February 13, 2010 10:37AM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed.
http://github.com/jquery/jquery/commit/dd5c26304af1c5f884ebf0baa5df28a2f8a8c4cc