Opened 13 years ago
Closed 12 years ago
#19687 closed defect (bug) (fixed)
Third column of welcome panel wraps to a new row
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | 3.3 |
Component: | Administration | Keywords: | has-patch commit |
Focuses: | Cc: |
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
@
13 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
@
13 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
@
13 years ago
As for the first issue, here's what I see in IE 7/8: 19687.add-new-media.png.
#9
@
13 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
@
13 years ago
- Component changed from General to 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
@
12 years ago
- Component changed from UI to Help/About
- Description modified (diff)
- Summary changed from Some IE7/8 glitches to Third column of welcome panel wraps to a new row
#12
@
12 years ago
- Cc pavelevap@… removed
- Component changed from Help/About to Administration
- Keywords has-patch needs-testing added; close removed
- Milestone changed from Awaiting Review to 3.5
19687.diff should set the welcome screen straight in IE7 & IE8.
#14
@
12 years ago
- Keywords commit needs-refresh added; needs-testing removed
Patch no longer applies cleanly.
#16
@
12 years ago
- Owner set to nacin
- Resolution set to fixed
- Status changed from new to closed
In 22680:
#17
@
12 years ago
- Resolution fixed deleted
- Status changed from closed to 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-right
also 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.
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.