You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Shigeru Nakagaki (JIRA)" <ji...@apache.org> on 2014/06/27 12:53:25 UTC

[jira] [Created] (FLEX-34386) FocusManager removes a focus of other FocusManager at FlexEvent.HIDE

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)