Opened 6 years ago
Last modified 20 months ago
#3930 new defect (bug)
In the main menu, the submenu nav-submenu doesn't visually open by keyboard in mobile view
Reported by: | rianrietveld | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | General | Keywords: | needs-patch close |
Cc: |
Description
The items in the submenu of Support in the header menu are not visibly open when tabbing through them using a keyboard. They are visible using the menu in desktop view.
<li class="menu-item"> <a href="//wordpress.org/support/" title="Forums, documentation, help.">Support</a> <ul class="nav-submenu"> <li class=""><a href="//wordpress.org/support/" title="Support and discussion forums.">Forums</a></li> <li class=""><a href="//codex.wordpress.org/Main_Page" title="Documentation, tutorials, best practices.">Documentation</a></li> </ul> <div class="uparrow"></div> </li>
Attachments (1)
Change History (4)
#2
@
5 years ago
Disregard the sub item alignment and the "Five for the Future" appearing as a main menu item in the image above.
Version 0, edited 5 years ago
by
(next)
Note: See
TracTickets for help on using
tickets.
What about extending the menu full width and chevrons for items with subitems?