Shigeru Nakagaki created FLEX-34386:
---------------------------------------
Summary: FocusManager removes a focus of other FocusManager at
FlexEvent.HIDE
Key: FLEX-34386
URL: https://issues.apache.org/jira/browse/FLEX-34386
Project: Apache Flex
Issue Type: Bug
Components: Focus Manager
Affects Versions: Apache Flex 4.11.0
Environment: Windows 7 64bit Japanese, Flex SDK 11, AIR 3.8
Reporter: Shigeru Nakagaki
in FocusManager#childHideHandler()
if (lastFocus && !isEnabledAndVisible(DisplayObject(lastFocus)) &&
DisplayObject(form).stage)
{
DisplayObject(form).stage.focus = null;
lastFocus = null;
}
FocusManager should not remove a focus from "stage".
When there is a Pop-Up, this logic removes the focus from Pop-Up too.
That is a problem.
--
This message was sent by Atlassian JIRA
(v6.2#6252)