Opened 9 years ago
Closed 9 years ago
#40507 closed defect (bug) (fixed)
Customize: Hide Controls link is itself hidden in IE
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.8 | Priority: | normal |
| Severity: | normal | Version: | 4.7 |
| Component: | Customize | Keywords: | has-patch commit fixed-major |
| Focuses: | Cc: |
Description
As discovered in #32296:
I will note in IE that, with and without the patch, the Hide Controls link is… hidden. This seems to be due to the
z-index: -1introduced in r39214 for #38762.
Screenshots in https://cloudup.com/cdo2nHseiyD
Attachments (1)
Change History (7)
#1
@
9 years ago
- Keywords commit added
In 40507.0.diff via @timmydcrawford:
I have added a proposed fix for that. I opted to change the order of the elements in the DOM to allow the background on
.devicesto stack naturally... also had to add apositionattribute to that class get the background/fade to function properly which resulted in adding the wrapper div.
You can see the screenshots above of this diff in IE9 with a normal English translation, and a longer string.
#2
@
9 years ago
- Owner set to westonruter
- Resolution set to fixed
- Status changed from new to closed
In 40510:
#3
@
9 years ago
- Keywords fixed-major added
- Resolution fixed deleted
- Status changed from closed to reopened
Re-opening for consideration in 4.7.5
via @timmydcrawford in https://core.trac.wordpress.org/attachment/ticket/32296/32296-e.diff