Making WordPress.org

Opened 5 years ago

Last modified 14 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's profile 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)

navigation.png (57.3 KB) - added by dufresnesteven 4 years ago.
What about extending the menu full width and chevrons for items with subitems?

Download all attachments as: .zip

Change History (4)

#1 @dd32
5 years ago

  • Keywords needs-patch added

@dufresnesteven
4 years ago

What about extending the menu full width and chevrons for items with subitems?

#2 @dufresnesteven
4 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 4 years ago by dufresnesteven (next)

#3 @ben.greeley
14 months ago

  • Keywords close added

It appears this ticket may have been resolved with the new header. I'm able to tab to the dropdown menu and open with the keyboard.

Note: See TracTickets for help on using tickets.