Opened 14 years ago
Closed 12 years ago
#4510 closed bug (worksforme)
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
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
http://jsfiddle.net/dmethvin/rmz2L/
Seems to be correct in 1.4.4.
Note: See
TracTickets for help on using
tickets.
I think this is another property-vs-attribute morass, similar to #3917 with maxlength.