#9979 closed bug (fixed)
.prop('tabIndex') returns inconsistent results for elements that have not yet set tabIndex
Reported by: | Timmy Willison | Owned by: | Timmy Willison |
---|---|---|---|
Priority: | low | Milestone: | 1.6.3 |
Component: | attributes | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
IE6/7 will do 0, other browsers -1. http://jsfiddle.net/timmywil/J8VcM/
Change History (3)
comment:1 Changed 12 years ago by
Component: | unfiled → attributes |
---|---|
Milestone: | None → 1.6.3 |
Owner: | set to Timmy Willison |
Priority: | undecided → low |
Status: | new → assigned |
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
Make the tabIndex hook first a propHook and add it to attrHooks for back-compat reasons. Fixes #9979.