FLUID-4061: Scrolling while uploading

Metadata

Source
FLUID-4061
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
heidi valles
Reporter
heidi valles
Created
2011-02-14T10:18:37.864-0500
Updated
2016-11-08T12:27:31.251-0500
Versions
  1. 1.4
Fixed Versions
  1. 1.4
Component
  1. Uploader

Description

Add several files the queue and click upload. While a large file is uploading, scroll the queue window. The green progress bar moves to different rows as you scroll.

Environments

FF3.6

Attachments

Comments

  • Colin Clark commented 2011-02-15T11:06:31.479-0500

    This issue is caused by a bug in FLUID-3837, which is a blocker for the 1.3.1 release. Accordingly, I've filed this fix as a blocker for the release as well.

  • heidi valles commented 2011-02-15T16:22:35.384-0500

    thead - The way it worked before is the scrollable area has position:relative. Adding this to fl-table-scrollable-scroller fixes this issue but breaks the absolutely positioned thead as it can no longer move above the scrollable as it does now.

    progress bars - The progress bars for each file are injected as divs outside/below the file queue table, and then positioned absolutely within the scrollable with a top value. When scrolling, this top value isn't relative to the scrollable, so it stays in position, moving away from its intended row.

  • heidi valles commented 2011-02-16T17:00:19.529-0500

    patch for css in https://github.com/colinbdclark/infusion/tree/FLUID-4061

  • heidi valles commented 2011-02-25T10:33:42.462-0500

    We backed the scrollableTable out of 1.3.1 uploader/fluid_view because of this blocker and went back to using two tables (one for header, one for file queue).

  • Justin Obara commented 2011-05-17T11:44:40.280-0400

    closed as per previous comment, about rolling back the commit that caused this issue.