[ https://issues.apache.org/jira/browse/FLEX-33690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Harui updated FLEX-33690:
------------------------------
Attachment: ActiveWindowManager.as
Flex didn't have code to support this case (non-modals floating over modal). I added code
to try to support it. Let me know if it works.
> focus does not move correctly when there are multiple non-modal popup windows
> -----------------------------------------------------------------------------
>
> Key: FLEX-33690
> URL: https://issues.apache.org/jira/browse/FLEX-33690
> Project: Apache Flex
> Issue Type: Bug
> Components: mx: TitleWindow, Spark: TitleWindow
> Affects Versions: Adobe Flex SDK 4.6 (Release)
> Environment: NA
> Reporter: Ankush Bangroo
> Assignee: Alex Harui
> Labels: test
> Attachments: ActiveWindowManager.as, flex_popupwindowssample.mxml, FlexTestPopUpChild1.mxml,
FlexTestPopUpChild2.mxml, FlexTestPopUpChild3.mxml, FlexTestPopUpChild4.mxml
>
>
> focus does not move correctly when there are multiple non-modal popup windows.
> The main application flex_popupwindowssample calls a modal window FlexTestPopUpChild1,
which in turn calls a non modal window FlexTestPopUpChild2.
> The FlexTestPopUpChild1 contains an option to launch multiple instances of FlexTestPopUpChild2
window.
> If there are multiple instances of FlexTestPopUpChild2 open , then if we click tab button
on a instance of FlexTestPopUpChild2 other than the latest one, then the focus shifts back
to the latest instance of FlexTestPopUpChild2 rather than selected instance of FlexTestPopUpChild2
.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|