Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Apache Flex 4.11.0
-
None
-
None
-
Windows 7 64bit Japanese, Flex SDK 11, AIR 3.8
Description
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.