From a7cb2c0b22f03b79f19d4a9a2eb691d1ccc392f9 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Wed, 14 Mar 2012 18:04:11 -0700 Subject: adding a focus manager to handle panel bugs where blur was not getting called when clicking on the canvas. Signed-off-by: Valerio Virgillito --- js/ninja.reel/ninja.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'js/ninja.reel/ninja.html') diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html index 3dc45498..f9e1efdd 100755 --- a/js/ninja.reel/ninja.html +++ b/js/ninja.reel/ninja.html @@ -287,6 +287,13 @@ "name": "MainMenuController" }, + "focusManager": { + "object": "js/components/focus-manager.reel", + "properties": { + "element": {"#": "focus-container" } + } + }, + "owner": { "module": "js/ninja.reel", "name": "Ninja", @@ -396,7 +403,9 @@
- + + +
-- cgit v1.2.3