Side navigation
#9979 closed bug (fixed)
Opened August 04, 2011 07:50PM UTC
Closed August 04, 2011 10:18PM UTC
Last modified August 04, 2011 10:18PM UTC
.prop('tabIndex') returns inconsistent results for elements that have not yet set tabIndex
Reported by: | timmywil | Owned by: | timmywil |
---|---|---|---|
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.
Attachments (0)
Change History (3)
Changed August 04, 2011 07:50PM UTC by comment:1
component: | unfiled → attributes |
---|---|
milestone: | None → 1.6.3 |
owner: | → timmywil |
priority: | undecided → low |
status: | new → assigned |
Changed August 04, 2011 10:18PM UTC by comment:2
resolution: | → fixed |
---|---|
status: | assigned → closed |
Make the tabIndex hook first a propHook and add it to attrHooks for back-compat reasons. Fixes #9979.
Changeset: fd4ee2a39752cc40e35fbcb1bfd48634ffe4bfd4