Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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 Timmy Willison

Component: unfiledattributes
Milestone: None1.6.3
Owner: set to Timmy Willison
Priority: undecidedlow
Status: newassigned

comment:3 Changed 12 years ago by Timmy Willison

Resolution: fixed
Status: assignedclosed

Make the tabIndex hook first a propHook and add it to attrHooks for back-compat reasons. Fixes #9979.

Changeset: fd4ee2a39752cc40e35fbcb1bfd48634ffe4bfd4

comment:4 Changed 12 years ago by Timmy Willison

Note: See TracTickets for help on using tickets.