id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
6055,Calling trigger('blur') does not work if the handler is bound with the live() method,AndyIMT,,"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.",bug,closed,,1.4.2,event,1.4.1,fixed,blur live,,,
