#10145 closed bug (duplicate)
.live() different behavior than .bind() with disabled element
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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/
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.