#10747 closed bug (fixed)
Core: :focusable and :tabbable should do exact node name checks to support custom elements
| Reported by: | scottgonzalez | 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 23 months ago by scottgonzalez
- Milestone changed from none to 1.12.0
- Summary changed from Core: .focusable() should do exact node name checks to support custom elements to Core: :focusable and :tabbable should do exact node name checks to support custom elements
comment:2 Changed 23 months ago by Adam Foster
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 22 months ago by Adam Foster
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 22 months ago by scottgonzalez
- Milestone changed from 1.12.0 to 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