Bug Tracker

Modify

Ticket #8531 (closed bug: duplicate)

Opened 2 years ago

Last modified 2 years ago

Boolean attributes unselectable with .filter() in Firefox

Reported by: hjalle@… Owned by:
Priority: low Milestone: 1.next
Component: attributes Version: 1.5.1
Keywords: Cc:
Blocking: Blocked by:

Description

Inputs with html5-syntax boolean attributes is unselectable with .filter() in firefox 3.6.

$(":input").filter('[required]');

selects <input required="required">

but not <input required>

Test case:

 http://dl.dropbox.com/u/76990/test/boolean_test.html

Change History

comment:1 Changed 2 years ago by rwaldron

  • Priority changed from undecided to low
  • Resolution set to duplicate
  • Status changed from new to closed
  • Component changed from unfiled to attributes

comment:2 Changed 2 years ago by rwaldron

Duplicate of #4668.

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.