Opened 14 months ago
Closed 14 months ago
#20591 closed defect (bug) (fixed)
IE 7 shows themes only in one column on Manage/Install Theme screen
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | lowest | Milestone: | 3.4 |
| Component: | UI | Version: | 3.3 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: |
Attachments (3)
Change History (10)
comment:2
ocean90
— 14 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.
SergeyBiryukov
— 14 months ago
SergeyBiryukov
— 14 months ago
comment:3
follow-up:
↓ 4
SergeyBiryukov
— 14 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
ocean90
— 14 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.)
Of couse, if we can live with that we can close it as wontfix.