FLUID-1531: Uploader 2: File queue doesn't scroll.

Metadata

Source
FLUID-1531
Type
Sub-issue
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Eli Cochran
Reporter
Colin Clark
Created
2008-09-09T20:33:40.000-0400
Updated
2008-09-16T16:55:47.000-0400
Versions
N/A
Fixed Versions
  1. 0.5
Component
  1. Uploader

Description

The FileQueue ensures that its container is scrollable using the Scroller mini-component. Instantiation is successful (ie. it thinks its scrollable), but the queue isn't actually scrollable in the uploader-inline.html file.

Could this be a styling issue?

dev-iteration43

Comments

  • Eli Cochran commented 2008-09-16T13:21:43.000-0400

    FLUID-1531: FileQueue needs to call render() on the scroller each time a file is added or removed from the queue so that the scroller knows that the size of the queue has changed.

    This is to cover for an IE6 bug where IE6 doesn't render overflow elements correctly when they don't have enough contents to overflow.

  • Justin Obara commented 2008-09-16T16:55:47.000-0400

    Verified fix using:

    FF2, FF3, Opera 9.5 (Mac OS 10.5)
    FF2, FF3, IE6, IE7, Opera 9.5 (Win XP)
    FF3, IE7 (Win Vista)
    IE6 (Win 2000)