Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#8447 closed defect (bug) (fixed)

Dashboard UI issues on IE6

Reported by: ffemtcj's profile FFEMTcJ Owned by:
Milestone: 2.7 Priority: normal
Severity: normal Version: 2.7
Component: UI Keywords: has-patch
Focuses: 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)

dashboard-r10002.PNG (91.2 KB) - added by FFEMTcJ 15 years ago.
admin-ui-ie6.diff (2.5 KB) - added by vladimir_kolesnikov 15 years ago.
Fix for "Post New" button in the admin header and "Save Draft" button in QuickPress
fav-arrow.gif (334 bytes) - added by vladimir_kolesnikov 15 years ago.
File referenced by admin-ui-ie6.diff
fav-arrow-rtl.gif (422 bytes) - added by vladimir_kolesnikov 15 years ago.
File referenced by admin-ui-ie6.diff

Download all attachments as: .zip

Change History (10)

#1 @mattyrob
15 years ago

  • Component changed from General to UI
  • Owner anonymous deleted

#2 @azaozz
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [10017]) Fix footer in IE7, Screen Options in IE6, fixes #8447, fixes #8457

#3 follow-up: @FFEMTcJ
15 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.

#4 in reply to: ↑ 3 @vladimir_kolesnikov
15 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
15 years ago

Fix for "Post New" button in the admin header and "Save Draft" button in QuickPress

@vladimir_kolesnikov
15 years ago

File referenced by admin-ui-ie6.diff

@vladimir_kolesnikov
15 years ago

File referenced by admin-ui-ie6.diff

#5 @vladimir_kolesnikov
15 years ago

  • Keywords has-patch added

#6 @azaozz
15 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

(In [10126]) Use transparent GIFs for IE6's sake (hopefully for the last time), props vladimir_kolesnikov, fixes #8447

Note: See TracTickets for help on using tickets.