Opened 3 hours ago
Last modified 63 minutes ago
#62911 new defect (bug)
Left Admin Submenu Not Accessible While Theme Details Modal is Open
Reported by: | mikinc860 | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | major | Version: | trunk |
Component: | Administration | Keywords: | has-patch |
Focuses: | ui, css | Cc: |
Description
Steps to Reproduce:
- Navigate to the WordPress Admin Dashboard.
- Open the Appearance > Themes page.
- Click on any theme to open the Theme Details modal.
- Try to hover over or click on the left admin submenu.
Expected Behavior:
The left admin submenu should remain accessible and functional even when the Theme Details modal is open.
Actual Behavior:
The left admin submenu is unresponsive and cannot be accessed while the Theme Details modal is active.
Attachments (1)
Change History (2)
This ticket was mentioned in PR #8268 on WordPress/wordpress-develop by @jignesh.nakrani.
63 minutes ago
#1
- Keywords has-patch added; needs-patch removed
Note: See
TracTickets for help on using
tickets.
Trac ticket: https://core.trac.wordpress.org/ticket/62911
## Problem:
The left admin submenu is unresponsive and cannot be accessed while the Theme Details modal is active.
## Expected Behavior:
The left admin submenu should remain accessible and functional even when the Theme Details modal is open.
## Solution:
#adminmenuwrap
in between 10000 (.theme-overlay
) to 99999 (#wpadminbar
), whichi puts admin submenu above theme model and below the admin toolbar.### Before:
### After