Skip to main content

Bug Tracker

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:

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.

Attachments (0)
Change History (2)

Changed November 16, 2011 04:25PM UTC by dmethvin comment:1

resolution: → duplicate
status: newclosed

Changed November 16, 2011 04:25PM UTC by dmethvin comment:2

Duplicate of #10712.