Bug Tracker

Modify

Ticket #4510 (closed bug: worksforme)

Opened 4 years ago

Last modified 3 years ago

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:1 Changed 4 years ago by dmethvin

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

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.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.