Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#17772 closed defect (bug) (fixed)

Flash uploader disabling doesnt work 100%

Reported by: dd32 Owned by: dd32
Priority: normal Milestone: 3.2
Component: Upload Version: 3.2
Severity: normal Keywords:
Cc: Focuses:

Description

If the flash uploader has been disabled via the flash_uploader filter (and subsequently, via wp-admin/media-new.php?flash=0) the browser-uploader is not shown (and nor is the flash uploader).

This is caused by the browser-upload receiving the hide-if-js class even if the flash uploader is disabled.

Was caused by [17971]

Change History (1)

#1 @dd32
15 years ago

  • Owner set to dd32
  • Resolutionfixed
  • Status newclosed

In [18290]:

Only hide the browser uploader by default if the Flash uploader is enabled. Fixes #17772

Note: See TracTickets for help on using tickets.