Make WordPress Core

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

Screenshot 2025-02-06 182423.png (365.6 KB) - added by mikinc860 3 hours ago.

Download all attachments as: .zip

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

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:

  • set z-index for #adminmenuwrap in between 10000 (.theme-overlay) to 99999 (#wpadminbar), whichi puts admin submenu above theme model and below the admin toolbar.

### Before:
https://github.com/user-attachments/assets/2ce414cf-9e54-4c90-8930-183cc650fb40

### After
https://github.com/user-attachments/assets/bb58c8d7-872d-4279-9ce9-fb995dc7dc21

Note: See TracTickets for help on using tickets.