Skip to main content

Bug Tracker

Side navigation

#8758 closed bug (duplicate)

Opened April 03, 2011 02:13PM UTC

Closed April 03, 2011 07:16PM UTC

Last modified April 03, 2011 07:16PM UTC

Finding element with autofocus attribute doesn’t work always

Reported by: taimar Owned by:
Priority: undecided Milestone: 1.next
Component: unfiled Version: 1.5.2
Keywords: Cc:
Blocked by: Blocking:
Description

attribute: autofocus

selector: :input[autofocus]

demo: http://jsfiddle.net/nk4bn/

wrong result: FF3.6, FF3.5, IE6-IE9

attribute: autofocus

selector: input[autofocus]

demo: http://jsfiddle.net/nk4bn/1/

wrong result: IE6, IE7

attribute: autofocus="autofocus"

selector: :input[autofocus]

demo: http://jsfiddle.net/nk4bn/2/

wrong result: none

attribute: autofocus="autofocus"

selector: input[autofocus]

demo: http://jsfiddle.net/nk4bn/3/

wrong result: none

jQuery doesn’t like/understand HTML5 boolean attributes?

http://dev.w3.org/html5/spec/Overview.html#boolean-attribute

Attachments (0)
Change History (2)

Changed April 03, 2011 07:16PM UTC by timmywil comment:1

resolution: → duplicate
status: newclosed

Changed April 03, 2011 07:16PM UTC by timmywil comment:2

Duplicate of #5637.