Opened 7 years ago
Last modified 3 years ago
#3930 new defect (bug)
In the main menu, the submenu nav-submenu doesn't visually open by keyboard in mobile view
| Reported by: |
|
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)
Note: See
TracTickets for help on using
tickets.
What about extending the menu full width and chevrons for items with subitems?