Skip to main content

Bug Tracker

Side navigation

#8531 closed bug (duplicate)

Opened March 15, 2011 02:06PM UTC

Closed March 15, 2011 03:58PM UTC

Last modified March 15, 2011 03:58PM UTC

Boolean attributes unselectable with .filter() in Firefox

Reported by: hjalle@hjalle.se Owned by:
Priority: low Milestone: 1.next
Component: attributes Version: 1.5.1
Keywords: Cc:
Blocked by: Blocking:
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

Attachments (0)
Change History (2)

Changed March 15, 2011 03:58PM UTC by rwaldron comment:1

component: unfiledattributes
priority: undecidedlow
resolution: → duplicate
status: newclosed

Changed March 15, 2011 03:58PM UTC by rwaldron comment:2

Duplicate of #4668.