Skip to main content

Bug Tracker

Side navigation

#11765 closed enhancement (duplicate)

Opened May 14, 2012 02:52PM UTC

Closed May 14, 2012 03:12PM UTC

Last modified May 14, 2012 03:12PM UTC

Allow delegated non-native events on disabled elements

Reported by: jmarston Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

Currently jQuery does not call delegated event handlers for disable elements. This is to keep consistency between browsers because IE is the only browser that raises events on disabled elements (see #6911 and #8165).

It would be useful, however, if we could raise non-native events with trigger() on disabled elements and still have delegated handlers be run. Since jQuery would be handling the triggering, bubbling, and dispatching there wouldn't be any browser inconsistencies.

Attachments (0)
Change History (2)

Changed May 14, 2012 03:12PM UTC by dmethvin comment:1

resolution: → duplicate
status: newclosed

Changed May 14, 2012 03:12PM UTC by dmethvin comment:2

Duplicate of #11764.