FLUID-645: File Upload: IE: contents of dialog area display before dialog displays and linger after dialog dismisses

Metadata

Source
FLUID-645
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Eli Cochran
Reporter
Eli Cochran
Created
2008-05-27T12:29:52.000-0400
Updated
2008-12-02T15:31:51.000-0500
Versions
N/A
Fixed Versions
  1. 0.3
Component
  1. Uploader

Description

In the File Uploader dialog scenario:
When the page refreshes the contents of the dialog briefly display and then disappear.
After the Cancel button is clicked the contents of the dialog are briefly displayed after the dialog UI vanishes.

This is probably a jQuery UI Dialog bug but we can easily write around it with CSS.

Environments

XPs2 IE7

Comments

  • Eli Cochran commented 2008-05-30T18:43:02.000-0400

    This has been fixed by hiding the Uploader and then showing it after the dialog initializes.
    Also hiding the Uploader just before the dialog hides.