Opened 11 years ago
Closed 11 years ago
#27263 closed defect (bug) (fixed)
Z-Index is wrong when a post is both locked and the auth check fails
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.9 | Priority: | normal |
Severity: | normal | Version: | 3.9 |
Component: | Administration | Keywords: | has-patch |
Focuses: | ui | Cc: |
Description (last modified by )
Attachments (3)
Change History (9)
#1
@
11 years ago
- Component changed from Appearance to Administration
- Description modified (diff)
- Focuses administration removed
- Keywords has-patch added
#4
@
11 years ago
@lkwdwrd, is there are reason you decided to increment to z-index: 1000010/z-index: 1000011
rather than swap the previous z-indexes?
#5
@
11 years ago
Looking at https://core.trac.wordpress.org/browser/trunk/src/wp-admin/css/edit.css#L458, and it's corresponding background, both dialogues are attempting to use a base of 1000000.
Switching to 1000010 and 1000010 bumps it above the notification dialogue while not adding a crazy amount of z-index to the mix.
I've added some comments in 27263.3.diff noting what elements the z-index puts it on top of.
Note: See
TracTickets for help on using
tickets.
Confirmed. 27263.diff fixes it for me: