#10747 closed bug (fixed)
Core: :focusable and :tabbable should do exact node name checks to support custom elements
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.11.3 |
Component: | ui.core | Version: | 1.11.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Change History (4)
comment:1 Changed 6 years ago by
Milestone: | none → 1.12.0 |
---|---|
Summary: | Core: .focusable() should do exact node name checks to support custom elements → Core: :focusable and :tabbable should do exact node name checks to support custom elements |
comment:2 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 6 years ago by
Core: Match on exact node name for :focusable
and :tabbable
Fixes #10747 Ref gh-1417 (cherry picked from commit c66842b45e032ac09f73fcd767e78390d7191b6f)
Changeset: f1345e3900e4ac7e5c496b82c04731ce7535bdf7
comment:4 Changed 6 years ago by
Milestone: | 1.12.0 → 1.11.3 |
---|
Note: See
TracTickets for help on using
tickets.
Core: Match on exact node name for
:focusable
and:tabbable
Fixes #10747 Ref gh-1417