Side navigation
#10145 closed bug (duplicate)
Opened August 26, 2011 01:38PM UTC
Closed August 26, 2011 02:54PM UTC
Last modified August 26, 2011 02:54PM UTC
.live() different behavior than .bind() with disabled element
Reported by: | Dave Stein <be.davestein@gmail.com> | 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/
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.