Skip to main content

Bug Tracker

Side navigation

#4510 closed bug (worksforme)

Opened April 09, 2009 10:35AM UTC

Closed November 17, 2010 02:40AM UTC

Attribute Filters on the tabindex attribute

Reported by: y_ding Owned by: john
Priority: critical Milestone: 1.3.2
Component: selector Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

for example

<input type="text" tabindex="1"/>

<input type="text" tabindex="2"/>

<button type="button">Click Me!</button>

on IE7

$(":input[tabindex]").length is 3

on Firefox3.0.8

the value is 2

Attachments (0)
Change History (2)

Changed April 10, 2009 11:56PM UTC by dmethvin comment:1

I think this is another property-vs-attribute morass, similar to #3917 with maxlength.

Changed November 17, 2010 02:40AM UTC by dmethvin comment:2

resolution: → worksforme
status: newclosed

http://jsfiddle.net/dmethvin/rmz2L/

Seems to be correct in 1.4.4.