Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows
Language Found: English
Description
Steps to reproduce:
The problem was initially reported in Apollo as certain Apollo apps consuming 25% when idle ( bug in Watson 1365126). Apollo dev investigate the issue and believe the problem is mx:ProgressBar control which is set to indeterminate="true".
bajames; 07/06/2007 03:33 PM
The problem here is the mx:ProgressBar control which is set to indeterminate="true". I looks like this calls updateIndeterminateHandler() in the flex code every 30 ms and makes changes to the x coordinate of the progress bar control. The net effect is that the Window is getting invalidated constantly.
1.
2.
3.
Actual Results:
Expected Results:
Workaround (if any):