Opened 11 years ago
Closed 11 years ago
#32771 closed enhancement (maybelater)
Customizer Menus: visual focus highlight on menu item arrows is distracting
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | minor | Version: | 4.3 |
| Component: | Customize | Keywords: | 2nd-opinion close |
| Focuses: | Cc: |
Description
After you open and close an existing menu item, the focus stays and the arrow looks highlighted. The highlight looks distracting to me. Is there a way to keep the focus for accessibility but get rid of the visual highlight? Sighted users probably don't need it to stay highlighted like that. This is a nitpick. :)

Seen at http://whatisinfinity.com/wp-admin/customize.php?url=http%3A%2F%2Fwhatisinfinity.com%2Fwp-admin%2F using Chrome 43.0.2357 on Windows 7.
Found during user testing.
Change History (5)
#2
@
11 years ago
- Version set to trunk
Note that you'll only get this if you click on the arrow specifically, while you can click anywhere in the menu item title to open it. I don't think there's anything that we can easily do here to hide it from mouse users but show it for keyboard users, short of (essentially) hiding the actual focusable element and only showing it when it's focused.
#3
@
11 years ago
I wouldn't hide that kind of feedback on focus even for sighted user. As mentioned in ticket #32813 though, the focus outline kind of overlaps the menu item type text, which might not be very pretty.
Visible focus is a specific Level AA Success Criterion, see http://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-focus-visible.html