Opened 6 weeks ago
Closed 6 weeks ago
#62911 closed defect (bug) (duplicate)
Left Admin Submenu Not Accessible While Theme Details Modal is Open
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | major | Version: | |
Component: | Administration | Keywords: | has-patch |
Focuses: | ui, accessibility, 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 (4)
This ticket was mentioned in PR #8268 on WordPress/wordpress-develop by @jignesh.nakrani.
6 weeks 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
