Opened 14 years ago
Closed 14 years ago
#3698 closed defect (fixed)
ColorPalette not keyboard accessible on test_Menu.html
Reported by: | simonjb | Owned by: | simonjb |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Accessibility | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
To reproduce:
- open test_Menu.html
- open the context menu
- open the ColorPalette popup ("Different popup", second from bottom) by pressing right arrow
Expected:
- focus to go to the first color
Actual:
- error: this.currentSubmenu._focusFirstItem is not a function
Solution:
- Use the new generic popup focusing method: focus().
Attachments (1)
Change History (4)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
Component: | General → Accessibility |
---|
Changed 14 years ago by
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [9879]) Make the menu popup and focus code more general: add support for popping up any widget, not just submenus. Fixes #3698: ColorPalette? not keyboard accessible on test_Menu.html.