#10803 closed bug (duplicate)
delegated blur-events can not be triggerd with $().blur() anymore
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When binding delegated blur-events with .on() you can not trigger them programmatically with .blur().
This used to work in Versions prior to 1.7 using live() or delegate()
Example: http://jsfiddle.net/tQwrQ/2/
=> Click the button to trigger blur(). Only the direct bound event will fire.
This bug may also occur on other event-types.
Change History (2)
comment:1 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Note: See
TracTickets for help on using
tickets.
Duplicate of #10712.