Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:2 Changed 3 years ago by dmethvin
- Status changed from new to closed
- Resolution set to worksforme
http://jsfiddle.net/dmethvin/rmz2L/
Seems to be correct in 1.4.4.
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.

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