Opened 10 years ago
Closed 10 years ago
#32767 closed defect (bug) (fixed)
Menu Customizer: reorder arrows tabindex inconsistencies
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | 4.3 |
Component: | Customize | Keywords: | needs-patch |
Focuses: | accessibility, javascript | Cc: |
Description
When reordering menu items, the move-up/move-down/nest/un-nest arrows have a tabindex attribute that should be updated accordingly with the item position. Please refer to the screenshot below, looks like something is not working correctly, in this example:
- the first item arrows should be -1 0 -1 -1
- the second item arrows should be 0 0 -1 0
- etc.
Attachments (1)
Change History (4)
#2
@
10 years ago
- Keywords needs-patch added; has-patch removed
With 32767.diff applied I can't move a menu item via menus-move-left
anymore.
Note: See
TracTickets for help on using
tickets.
The problem is specifically with the move left arrows on top-level items. They were being disabled only by css. 32767.diff should do it.