Updated Branches: refs/heads/develop dec914ddd -> 6a715e970
FIX - FLEX-25962 PopupAnchor needs modal functionality (patch by Lee Burrows) Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/6a715e97 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/6a715e97 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/6a715e97 Branch: refs/heads/develop Commit: 6a715e9705e389f1c8e03eff213d7e3405c63bcf Parents: dec914d Author: mamsellem <[email protected]> Authored: Sat Dec 14 02:34:22 2013 +0100 Committer: mamsellem <[email protected]> Committed: Sat Dec 14 02:34:22 2013 +0100 ---------------------------------------------------------------------- frameworks/projects/spark/src/spark/components/PopUpAnchor.as | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/6a715e97/frameworks/projects/spark/src/spark/components/PopUpAnchor.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/spark/src/spark/components/PopUpAnchor.as b/frameworks/projects/spark/src/spark/components/PopUpAnchor.as index 830fc0f..f8ba5fd 100644 --- a/frameworks/projects/spark/src/spark/components/PopUpAnchor.as +++ b/frameworks/projects/spark/src/spark/components/PopUpAnchor.as @@ -336,6 +336,7 @@ public class PopUpAnchor extends UIComponent private var _isModal:Boolean = false; + [Inspectable(category="General", defaultValue="false")] /** * Flag indicating whether the popup should be modal. * A modal container takes all keyboard and mouse input until it is closed.
