Opened 6 months ago
Last modified 6 months ago
#22446 closed defect (bug)
Insert Media modal: IE 7, 8, and 9 issues — at Version 13
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Media | Version: | 3.5 |
| Severity: | normal | Keywords: | audit has-patch commit |
| Cc: |
Description (last modified by ocean90)
The vertical line on the left is displayed in IE 9, but not in IE 8 (see 22446.ie8.png, 22446.ie9.png).[22610]
"Drop files anywhere to upload" shouldn't be displayed in IE 7/8/9, as it doesn't support drag-and-drop (at least it doesn't on wp-admin/media-new.php).[22609]
- IE 7 needs some attention for the gallery view, see 22446.ie7_gallery.png
- IE 7 doesn't display the selected images (22446.ie7_selected_images.png) and in IE 9 you can see the second line (22446.ie9_selected_images.png)
- In IE 7 and IE 8 you can't see which image is currently selected (blue border is missing), see 22446.ie8_selected_image.png
- In IE 7 Embed from URL doesn't work. Nothing happens after inserting an URL.
- When uploading an image in IE 7 a pop up comes up which wants to download admin-ajax.php. The file includes the JSON respond.
- IE 8: Upload an image, switch to media library, try to change the filter dropdown. It will open the upload dialog.
Change History (22)
SergeyBiryukov — 6 months ago
SergeyBiryukov — 6 months ago
- Description modified (diff)
- Summary changed from Insert Media modal looks odd in IE 8 to Insert Media modal: IE 7, 8, and 9 issues
comment:2
SergeyBiryukov — 6 months ago
- Description modified (diff)
- Keywords needs-patch added
- Owner set to ocean90
- Status changed from new to accepted
comment:7
koopersmith — 6 months ago
In 22609:
comment:8
koopersmith — 6 months ago
In 22610:
comment:10
koopersmith — 6 months ago
In 22611:
comment:11
koopersmith — 6 months ago
In 22612:
comment:12
ocean90 — 6 months ago
- Description modified (diff)
comment:13
ocean90 — 6 months ago
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.

The missing borders around the images are a result of the use of box-shadow, which IE 7 and 8 doesn't support. I think we should try to use real CSS borders here.