Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK 4.1 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Firefox 3.x
Language Found: English
Description
Steps to reproduce:
1. Create a Flex 4 application that has a DropDown menu ( DropDown.mxml )
2. Create a Flex 4 ( Flash player ) application, which loads another Flex4 application ( DropDownLoader.mxml )
- this Application should use MX controls to create a Container smaller then the requested size of the loaded content, basically forcing scroll bars to appear.
3. Press the Drop-down in the loaded SWF
4. Scroll the content in the Panel labeled "Halo"
5. Go to 3
( All of the applications are including Marshall Plan )
Actual Results:
The drop down popup isn't drawn correctly, it seems to be ignoring the scroll position of the parent.
Expected Results:
It should always draw the drop down correctly, like the "Spark" panel
Workaround (if any):
Only use Flex 4 controls to hold the SWFLoader ( like the Panel Labeled "Spark" in the example )