Opened 15 years ago
Closed 14 years ago
#19687 closed defect (bug) (fixed)
Third column of welcome panel wraps to a new row
| Reported by: | pavelevap | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Administration | Version: | 3.3 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description (last modified by )
I encountered some problems in older Internet Explorer versions:
1) There is missing "Browse" button when you try to upload new media (using Browser uploader). IE7/8, see attached screenshot.
2) Third column in Welcome panel is moved to another row in IE7, see attached screenshot.
Attachments (13)
Change History (34)
#2
@
15 years ago
OK, I agree with second point, but IE8 is supported now and it is not possible to upload media using Browser uploader which can be real problem for some users...
#6
@
15 years ago
I can reproduce the second issue in "real" IE 7. Would like to see if we can fix this without much hacking.
#7
@
15 years ago
As for the first issue, here's what I see in IE 7/8: 19687.add-new-media.png.
#9
@
14 years ago
solarissmoke: My friend originally showed it to me, I am not sure if it was exactly IETester, but probably it was any tool. I can not reproduce this missing button on my VirtualPC now. I also tried IETester and button is really missing here, interesting... Thank you very much for this hint! So first point is probably invalid.
#10
@
14 years ago
- Component General → UI
Since the second issue only seems to appear in IE 7, which is going to be deprecated (#18199), not sure if it's actually worth fixing. IE 8 shows Welcome panel properly.
#11
@
14 years ago
- Component UI → Help/About
- Description modified (diff)
- Summary Some IE7/8 glitches → Third column of welcome panel wraps to a new row
#12
@
14 years ago
- Cc removed
- Component Help/About → Administration
- Keywords has-patch needs-testing added; close removed
- Milestone Awaiting Review → 3.5
19687.diff should set the welcome screen straight in IE7 & IE8.
#14
@
14 years ago
- Keywords commit needs-refresh added; needs-testing removed
Patch no longer applies cleanly.
#17
@
14 years ago
- Resolution fixed
- Status closed → reopened
[22680] added back margin: 0 -25px 0 4%, which was removed in [22638] and is no longer relevant.
- This results in unwanted left margin, which essentially negates the effect of the patch in 1024x768: 19687.r22680.png.
margin-rightalso needs RTL treatment: 19687.r22680-rtl.png.
19687.3.diff is another take. Tested in IE 7, IE 8, Firefox 16, with 800x600, 1024x768, and 1440x900 window sizes.
Screenshots: 19687.3.after-ie7.png, 19687.3.after-ie7-rtl.png, 19687.3.after-ie8.png, 19687.3.after-ie8-rtl.png.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
IE 7 and IE 8 aren't fully supported. They're going to have problems (which is why you get an alert box telling you that the browser is old in the main admin screen). I suspect this is a wontfix if it's not present in IE 9.