Opened 12 years ago
Closed 12 years ago
#28082 closed defect (bug) (fixed)
Dismiss icon of welcome box missing in IE-8
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.0 | Priority: | normal |
| Severity: | normal | Version: | 3.8 |
| Component: | Help/About | Keywords: | has-patch commit |
| Focuses: | ui, administration | Cc: |
Description
On Wordpress Dashboard, Dismiss icon missing in Internet Explorer-8. It should be display as other browsers.
Attachments (5)
Change History (15)
#3
@
12 years ago
- Keywords has-patch 2nd-opinion added; needs-patch removed
This is caused by IE8 not supporting ::before and ::after pseudo-elements. Using just :before makes the icon visible, but the element needs to float to not break the line, and top margin needs to be adjusted to keep the same visual style.
#4
@
12 years ago
- Keywords needs-refresh added; has-patch 2nd-opinion removed
Thank you for the report and patch. It looks like your patch moves the close icon for tags in the editor up, so this needs to be fixed. There are also a few more ::befores in dashboard.css.
#6
@
12 years ago
- Keywords has-patch 2nd-opinion added; needs-refresh removed
Oh, I totally skipped those other selectors. I think the new patch fixes the issue, but it needs a second pair of eyes on it again.
#8
@
12 years ago
- Keywords commit added; 2nd-opinion removed
28082.diff regenerates the patch from root, which fixes the issue for me in IE8, see ie8_dismiss_with_patch.png.
Screen shot of Welcome box in IE