Opened 5 years ago
Closed 5 years ago
#8447 closed defect (bug) (fixed)
Dashboard UI issues on IE6
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7 |
| Component: | UI | Version: | 2.7 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Two issues on the dashboard in IE6. First: the new post button. Second the "screen options" don't appear. See attached.
Attachments (4)
Change History (10)
comment:3
follow-up:
↓ 4
FFEMTcJ
— 5 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
The new post button still has the same issue as seen in the screenshot.
comment:4
in reply to:
↑ 3
vladimir_kolesnikov
— 5 years ago
Replying to FFEMTcJ:
The new post button still has the same issue as seen in the screenshot.
In this particular case only GIF files will help - IE6 does not support PNG transparency and filter: progid:DXImageTransform.Microsoft.AlphaImageLoader won't help here as background-position (well, you can move it as it is absolutely positioned and thus emulate background-position, but that vertical bar in the image spoils everything: the container needs setting overflow: hidden to suppress it, but it breaks the drop-down menu).
I am attaching the patch that works.
vladimir_kolesnikov
— 5 years ago
Fix for "Post New" button in the admin header and "Save Draft" button in QuickPress
comment:5
vladimir_kolesnikov
— 5 years ago
- Keywords has-patch added
(In [10017]) Fix footer in IE7, Screen Options in IE6, fixes #8447, fixes #8457