Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#19302 closed defect (bug) (fixed)

HTML4 runtime in Plupload is broken

Reported by: ocean90's profile ocean90 Owned by: azaozz's profile azaozz
Milestone: 3.3 Priority: normal
Severity: normal Version: 3.3
Component: Media Keywords: needs-patch
Focuses: Cc:

Description

If you have an OS where Flash and Silverlight isn't installed and you are using IE as browser, Plupload will fallback too HTML4 runtime. But this runtime seems not to work.

It stops at crunching and returns a number see screenshot.

http://cl.ly/BzdB/Bildschirmfoto%202011-11-20%20um%2000.39.18.png

Same happens in Chrome if HTML4 runtime is set via filter.

Change History (2)

#1 @azaozz
12 years ago

It seems the response is wrapped in a <pre> tag for some reason... Normal response is numeric (the attachment ID).

#2 @azaozz
12 years ago

  • Resolution set to fixed
  • Status changed from new to closed

In [19362]:

Fix return value in Plupload when using the html4 runtime, fixes #19302

Note: See TracTickets for help on using tickets.