Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. run test app
->initially the window.visible=false
2. click button "Window Visiblity Update"
->window shows up
3. repeat step 2, set window.visible=false;
->window hides after playing effect, which is expected
4. repeat step 2, set window.visible=true
->window shows up, but no content(no title bar etc), which is wrong
5. repeat step 2, set window.visible=true
->from the hideEffect, I can see window has spark chrome(title, titlebar)
Note: I think this is related to Ryan's fix for SDK-14615, somehow there is an issue after set window back to visible.
Expected Results:
at step 4, after invisible, play hide effect, set visible, window should be back to original display.
Workaround (if any):