Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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)

Screen Shot 2012-12-05 at 2.35.10 PM.png (12.0 KB ) - added by ryan 14 years ago.
22762.diff (2.0 KB ) - added by koopersmith 14 years ago.

Download all attachments as: .zip

Change History (10)

@koopersmith
14 years ago

#1 @koopersmith
14 years ago

  • Component GeneralMedia
  • Milestone Awaiting Review3.5
  • Owner set to koopersmith
  • Severity normalblocker
  • Status newaccepted
  • Versiontrunk

#2 @koopersmith
14 years ago

  • Keywords has-patch needs-testing added

Please test each transport individually. IE9 does not support the 'html5' transport. Change line 1246 of wp-includes/media.php to a specific runtime to ensure it's isolated — for example:

'runtimes' => 'silverlight',

Report back with browsers and transports tested.

#3 @azaozz
14 years ago

Works with both silverlight and flash in IE9 here, no errors.

#4 @lessbloat
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
Last edited 14 years ago by lessbloat (previous) (diff)

#5 @jkudish
14 years ago

22762.diff​ fixes the issue for me in IE9 on WordPress.com using both silverlight and flash. No errors.

#6 @ryan
14 years ago

  • Resolutionfixed
  • Status acceptedclosed

In 23079:

Fix uploads in IE9

Props koopersmith
fixes #22762

#7 @azaozz
14 years ago

Confirmed working in (native) IE8 and 7 too.

#8 @nacin
14 years ago

In 23100:

Properly apply CSS and an ID attribute to the select files container. props koopersmith. fixes #22780. see #22762.

Note: See TracTickets for help on using tickets.