FLUID-6108: Redesign the Uploader component

Metadata

Source
FLUID-6108
Type
Task
Priority
Major
Status
Open
Resolution
N/A
Assignee
N/A
Reporter
Justin Obara
Created
2017-01-11T12:51:58.047-0500
Updated
2021-07-29T01:49:00.498-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Uploader

Description

The Uploader could use some redesign for the following things.

  • Use of scrolling table makes it hard to style and have proper semantics ( FLUID-6045 )
  • Multiple progress indicators firing at once are hard to communicate to an AT ( FLUID-989 )
  • Would like to remove the Progress component, only used for the Uploader. Could use standard HTML progress element instead.
  • Forward delete for removing items with the keyboard is confusing ( FLUID-4433 )
  • Most modern upload widgets support drag and drop
  • etc.