Modify ↓
Ticket #9979 (closed bug: fixed)
.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: | ||
| Blocking: | Blocked by: |
Description
IE6/7 will do 0, other browsers -1. http://jsfiddle.net/timmywil/J8VcM/
Change History
comment:1 Changed 22 months ago by timmywil
- Owner set to timmywil
- Priority changed from undecided to low
- Status changed from new to assigned
- Component changed from unfiled to attributes
- Milestone changed from None to 1.6.3
comment:3 Changed 22 months ago by timmywil
- Status changed from assigned to closed
- Resolution set to fixed
Make the tabIndex hook first a propHook and add it to attrHooks for back-compat reasons. Fixes #9979.
Changeset: fd4ee2a39752cc40e35fbcb1bfd48634ffe4bfd4
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.
