Opened 11 years ago
Closed 11 years ago
#27861 closed defect (bug) (fixed)
TB_iframe is placed below the left menu in WordPress 3.9
Reported by: | KalleL | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.9.1 | Priority: | normal |
Severity: | normal | Version: | 3.9 |
Component: | General | Keywords: | has-patch commit fixed-major |
Focuses: | ui, administration | Cc: |
Description
TB_iframe is placed below the left menu in WordPress 3.9
Attachments (4)
Change History (13)
This ticket was mentioned in IRC in #wordpress-dev by [1]KaOs. View the logs.
11 years ago
#2
@
11 years ago
- Focuses ui added
- Keywords needs-patch added
Thanks for the report, KalleL!
I noticed this same issue with a core modal on one site, but had trouble replicating again. Then I ran into it on another site. The plugin details modal on the updates screen also exhibits the bug (it uses a thickbox).
Specifically, this is an issue when the sticky admin menu is active (menu height is smaller than window height), in that the menu displays above the overlay. It becomes more of an issue at smaller widths when the menu is on top of the modal window. The fix should be a matter of tweaking z-indexes of the modal and the overlay, probably to match those.
This is a 3.9 regression, so it should be considered for 3.9.1.
#3
@
11 years ago
- Focuses administration added
- Keywords reporter-feedback added
Thanks for the reports!
Could someone give me specific steps to reproduce this?
The z-index of the Thickbox modals is 100,050. That of the adminbar and sticky menu are 99,999 and 9,999 respectively.
#4
@
11 years ago
- Keywords reporter-feedback removed
Looks like this is actually a caching issue. In 3.9 the version string for wp-includes/js/thickbox/thickbox.css
is still 20131201
, the same as 3.8.
The old file is loading the z-index of 510 instead of the newer value on some of my installs. Refreshing should fix the issue in most browsers, but we should probably bump the version string in the point release to break the browser caching without user intervention, just to be safe.
Issue in core plugin update details modal.