Opened 9 years ago
Closed 8 years ago
#7438 closed bug (fixed)
: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.
Change History (3)
comment:1 Changed 9 years ago by
Status: | new → open |
---|
comment:3 Changed 8 years ago by
Milestone: | 1.9 → 1.8.15 |
---|---|
Resolution: | → fixed |
Status: | open → closed |
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.
Note: See
TracTickets for help on using
tickets.
This occurs because IE says that the form has a tabindex of 0 even though it doesn't have a tabindex.