Modify ↓
Ticket #10145 (closed bug: duplicate)
.live() different behavior than .bind() with disabled element
| Reported by: | Dave Stein <be.davestein@…> | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.6.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I have three fiddles to accurately show this problem.
1.4.4 working with live http://jsfiddle.net/davestein/ENHfv/ 1.6.2 working with bind http://jsfiddle.net/davestein/e4Nnh/ 1.6.2 NOT working with live http://jsfiddle.net/davestein/t6mHw/
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Browsers don't treat this case consistently, see the duplicate ticket and the one referenced there. We can't force the browser to fire native events in these cases so we normalized it to not fire on disabled elements.