Side navigation
#10803 closed bug (duplicate)
Opened November 16, 2011 03:08PM UTC
Closed November 16, 2011 04:25PM UTC
Last modified November 16, 2011 04:25PM UTC
delegated blur-events can not be triggerd with $().blur() anymore
Reported by: | christian.meixner@bippesbrandao.de | 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:
> Click the button to trigger blur(). Only the direct bound event will fire.
This bug may also occur on other event-types.