FLUID-3992: Uploader appears underneath the Simple Uploader when Javascript is disabled on the browser

Metadata

Source
FLUID-3992
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Mike Lam
Reporter
Erin Yu
Created
2010-12-21T12:47:12.135-0500
Updated
2014-03-03T13:39:18.248-0500
Versions
  1. 1.3
  2. 1.3.1
Fixed Versions
  1. 1.3.1
Component
  1. Uploader

Description

To duplicate:
On FireFox 3.6, disable Javascript and open Demo.

Current behaviour:
The simple uploader appears at the top of the page. The multi-file uploader is displayed underneath the simple uploader, but does not work.

Desired behaviour:
Only the simple uploader should be displayed.

Comments

  • Colin Clark commented 2011-01-27T18:31:38.901-0500

    I fixed this as part of a commit against FLUID-3837, which substantially cleaned up Uploader's markup at r10479. The fix involved putting back a misplaced fl-progEnhance-enhanced style on the Uploader's container, and extending ProgressiveEnhancement.js to automatically unhide fl-progEnhance-enhanced if JavaScript is enabled.

  • Colin Clark commented 2011-01-27T18:32:07.580-0500

    Mike or Erin, can you take a look at tomorrow's build and verify that this issue is fixed? Thanks!

  • Mike Lam commented 2011-01-28T10:35:08.795-0500

    The single file uploader is not displayed when Javascript is disabled.