CSS setting z-index can cause whole page to be inaccessible under an empty div

Created on 3 April 2023, about 1 year ago
Updated 7 October 2023, 9 months ago

The CSS setting .ui-front z-index to 1000 to fix #2048777: Can't get to close button in add/edit dialog using Seven and Toolbar β†’ is resulting in the whole page being underneath an empty div created by jQuery UI.

<div class="ui-widget-overlay ui-front" style="z-index: 999;"></div>

I only noticed this after upgrading to jQuery UI 1.13.2. In the core version jQuery UI 1.8.7, the ui-widget-overlay block doesn't have the ui-front class:

<div class="ui-widget-overlay" style="width: 1175px; height: 5631px; z-index: 1001;"></div>

πŸ› Bug report
Status

RTBC

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States brad.bulger

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024