FLUID-6045: The table header scrolls out of view as the file queue is scrolled

Metadata

Source
FLUID-6045
Type
Bug
Priority
Major
Status
Open
Resolution
N/A
Assignee
N/A
Reporter
Justin Obara
Created
2016-11-08T12:27:12.142-0500
Updated
2017-01-16T09:36:36.564-0500
Versions
  1. 2.0
Fixed Versions
N/A
Component
  1. Uploader

Description

Steps to reproduce:

1. Open the Uploader demo
2. Add several files to the file queue, so that the scroll bar appears.

Notice that as you scroll to the bottom of the file queue, the table headers scroll out of view.

Comments

  • Justin Obara commented 2016-11-08T12:30:17.757-0500

    This issue was collateral damage from addressing FLUID-6028, to combine all of the uploader parts into a single table. This was seen as a better alternative than breaking the accessibility by having the headers separated semantically from the content. At the moment, due to how the scrollTo plugin and progress overlays work, it does not seem possible to find an alternative that doesn't involve a redesign of the uploader component.