Skip to main content

Search and Top Navigation

#7438 closed bug (fixed)

Opened May 30, 2011 09:29PM UTC

Closed August 12, 2011 01:38PM UTC

:focusable incorrectly matches form in Ie6 and Ie7

Reported by: hhillen Owned by:
Priority: minor Milestone: 1.8.15
Component: ui.core Version: 1.8.13
Keywords: Cc:
Blocked by: Blocking:
Description

In IE6 and IE7, the :focusable selector will incorrectly match <form> nodes that are not focusable (i,e, forms that do not have a tabindex attribute set).

Since :tabbable depends on :focusable, the same issue occurs for that selector as well. In IE8 and IE9 the issue does not occur.

Attachments (0)
Change History (3)

Changed June 01, 2011 06:21PM UTC by scottgonzalez comment:1

status: newopen

This occurs because IE says that the form has a tabindex of 0 even though it doesn't have a tabindex.

Changed June 01, 2011 06:25PM UTC by scottgonzalez comment:2

This is fixed in jQuery 1.6.

Changed August 12, 2011 01:38PM UTC by scottgonzalez comment:3

milestone: 1.91.8.15
resolution: → fixed
status: openclosed

Closing as fixed in 1.8.15 since this is a core bug and that's the first version of UI that supports the fixed version of core.