WordPress.org

Make WordPress Core

#20591 closed defect (bug) (fixed)

IE 7 shows themes only in one column on Manage/Install Theme screen

Reported by: ocean90 Owned by: azaozz
Priority: lowest Milestone: 3.4
Component: UI Version: 3.3
Severity: normal Keywords: has-patch commit
Cc:

Description

http://f.cl.ly/items/2U2t0Z0d3P0R0b3K2y1U/ie7-themes.PNG


Dramatic exit.

Attachments (3)

20591.patch (342 bytes) - added by ocean90 14 months ago.
20591.action-links.png (136.3 KB) - added by SergeyBiryukov 14 months ago.
20591.2.patch (388 bytes) - added by SergeyBiryukov 14 months ago.

Download all attachments as: .zip

Change History (10)

comment:1 ocean9014 months ago

Of couse, if we can live with that we can close it as wontfix.

ocean9014 months ago

comment:2 ocean9014 months ago

  • Keywords has-patch needs-testing added; needs-ie-patcher needs-patch removed

Patch based on

Setting display: inline-block and then reverting it back to the original display property value inside another rule set does not remove layout, this trick can be used to give layout without the use of conditional comments when you cannot use other properties.

http://haslayout.net/haslayout

SergeyBiryukov14 months ago

comment:3 follow-up: SergeyBiryukov14 months ago

  • Version changed from 3.4 to 3.3

It's the same in 3.3. Seems introduced in #18198.

20591.patch works, but the action links still look weird. 20591.2.patch fixes that as well.

comment:4 in reply to: ↑ 3 ocean9014 months ago

  • Keywords needs-testing removed

Replying to SergeyBiryukov:

Thought it was introduced through the infinite scroll for themes.

Patch looks good. I didn't checked the links (or even noticed it, because in English the strings are shorter.)

comment:5 helenyhou14 months ago

Nope, definitely my fault from 3.3 and I neglected it :( I assume it's been like this the whole time.

comment:6 nacin14 months ago

  • Keywords commit added

comment:7 azaozz14 months ago

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

In [20708]:

Fix columns in IE7 on Appearance -> Themes screen, props SergeyBiryukov, fixes #20591

Note: See TracTickets for help on using tickets.