Opened 3 months ago
Last modified 3 months ago
#51551 new defect (bug)
Unclickable area within admin menu
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | good-first-bug has-screenshots has-patch |
Focuses: | ui, css | Cc: |
Description
When a top level admin menu item is expanded, for example when viewing the Posts
screen, there is a dead area immediately below the top level menu item and its first child menu item which is unclickable but still shows the pointer cursor.
I occasionally click this area and wonder why my click didn't register.
Steps to reproduce:
- Click the
Posts
menu - Hover your mouse cursor immediately below the top level
Posts
item but above theAll Posts
item - Observe that your cursor shows a pointer but this area is not clickable
See attached screenshots for more info.
Attachments (4)
Change History (7)
This ticket was mentioned in Slack in #core by ankurchauhan126. View the logs.
3 months ago
This ticket was mentioned in PR #685 on WordPress/wordpress-develop by colinduwe.
3 months ago
- Keywords has-patch added; needs-patch removed
Note: See
TracTickets for help on using
tickets.
Removed unclickable top padding of sub-menu <ul>. Added top padding to <a> of first sub-menu <li> so it is clickable.
Trac ticket: https://core.trac.wordpress.org/ticket/51551