#22762 closed defect (bug) (fixed)
Uploads from the new media modal fail in IE9
| Reported by: | ryan | Owned by: | koopersmith |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Media | Version: | 3.5 |
| Severity: | blocker | Keywords: | has-patch needs-testing |
| Cc: | Focuses: |
Description
In the console:
SCRIPT5007: Object expected plupload.flash.js?m=1334598722g&ver=1.5.4, line 1 character 5125
Attachments (2)
Change History (10)
#1
@
14 years ago
- Component General → Media
- Milestone Awaiting Review → 3.5
- Owner set to
- Severity normal → blocker
- Status new → accepted
- Version → trunk
#4
@
14 years ago
22762.diff fixes the issue for me in IE9. I tested:
- (using 'html5,html4,silverlight,flash' in media.php line 1246) both silverlight and flash work.
- 'runtimes' => 'silverlight' - works
- 'runtimes' => 'flash' - works
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Please test each transport individually. IE9 does not support the 'html5' transport. Change line 1246 of
wp-includes/media.phpto a specific runtime to ensure it's isolated — for example:Report back with browsers and transports tested.