Skip to main content

Bug Tracker

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 john comment:1

resolution: → fixed
status: newclosed