Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Browser: Firefox 3.x
Language Found: English
Description
Steps to reproduce:
--In Flex 3.5:
1. Add a custom object via PopUpManager.addPopUp (or createPopUp)
2. Add an event listener for FlexEvent.HIDE and FlexEvent.SHOW
3. Run the application and trace the dispatched events
Actual Results:
When the object is pop up via PopUpManager.addPopUp (or createPopUp) first HIDE then SHOW events are dispatched. When removePopUp is called, none is dispatched. The visibility property is always on as it should be.
Expected Results:
In fact, I need to know when the object is pop up (show) and removed (hide).