FLUID-3772: In progress component when using progress.hide(), there's no way to know when it's finished hiding.

Metadata

Source
FLUID-3772
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Golam Chowdhury
Reporter
Golam Chowdhury
Created
2010-10-04T13:41:06.450-0400
Updated
2010-10-18T08:50:02.051-0400
Versions
  1. 1.2.1
Fixed Versions
  1. 1.3
Component
  1. Progress

Description

In progress component when using progress.hide(), there's no way to know when it's finished hiding. The progress component should through an event when the progress is done and this will help the integrator know about which action to take next.

Environments

WinXP:
Chrome4
Firefox3.6
Firefox3.0
IE8.0
IE7.0
IE6.0

Win7:
Firefox3.6
IE8.0

Mac10.5:
Safari 4

Mac10.6:
Firefox3.6
Safari 4

Comments

  • Justin Obara commented 2010-10-04T13:51:08.056-0400

    "Bug Parade Infusion 1.3"

  • Golam Chowdhury commented 2010-10-12T11:20:45.743-0400

    FLUID-3772: This FLUID-3772.patch added event feature in the progress component. The two new events that we have added are onProgressBegin and afterProgressHidden. Details on how to use them will be added in the progress API shortly. The unit tests are coming shortly as well.

  • Golam Chowdhury commented 2010-10-14T13:00:30.795-0400

    FLUID-3772: This FLUID-3772.v2.patch added event features in the progress component. This patch contains everything from the previous patch FLUID-3772.patch and the test cases.

  • Golam Chowdhury commented 2010-10-14T14:03:09.340-0400

    FLUID-3772:This FLUID-3772.v3.patch added event features in the progress component. This patch contains everything from the previous patch FLUID-3772.patch, FLUID-3772.v2.patch and the test cases.

  • Golam Chowdhury commented 2010-10-14T17:34:12.441-0400

    FLUID-3772: This FLUID-3772.v4.patch contains everything from the previous patchs FLUID-3772.patch, FLUID-3772.v2.patch, FLUID-3772.v3.patch also includes re-factored codes and the test cases.

  • Golam Chowdhury commented 2010-10-15T16:32:11.318-0400

    FLUID-3772: This FLUID-3772.v5.patch contains everything from the previous patches FLUID-3772.patch, FLUID-3772.v2.patch, FLUID-3772.v3.patch, and FLUID-3772.v4.patch also includes re-factored codes and the test cases.

  • Justin Obara commented 2010-10-15T16:52:19.274-0400

    Committed Golam's patch ( FLUID-3772.v5.patch ) which adds in events at the start of progress and when progress is hidden. Unit tests and test refactoring were included.

  • Justin Obara commented 2010-10-18T08:50:02.048-0400

    Colin, Golam, and myself walked through the code and reviewed the changes.