#14596 closed bug (fixed)
:focusable and :tabbable selectors need to handle nested visibility rules
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.12.0 |
Component: | ui.core | Version: | 1.11.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
An element inside a visibility: hidden
element can still be visible (and therefore focusable) if the nested element explicitly has visibility: visible
.
Change History (3)
comment:1 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 6 years ago by
Milestone: | none → 1.12.0 |
---|
comment:3 Changed 6 years ago by
Focusable: Fix handling of visibility: inherit
Ref #14596 Ref gh-1583 Closes gh-1605
Changeset: d3025968f349c37a8ca41bfc63ee1b37d9d7354f
Note: See
TracTickets for help on using
tickets.
Core: Remove ancestor visibility requirement from
:focusable
selectorFixes #14596 Closes gh-1583