diff options
author | Richard Linden <none@none> | 2011-01-11 16:56:05 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2011-01-11 16:56:05 -0800 |
commit | 7a1d7d15b9658b6bde224bd87e476ac152925413 (patch) | |
tree | 38f638a04563570c7f9c9481765f5cca5ca27ab9 /indra/newview/skins | |
parent | aab5759467a4d24aaebbdc95f052fbcb46826657 (diff) |
STORM-823 FIX Tab Key not working properly
set focus root to true by default for all floaters via floater.xml template
existing calls to setIsChrome will turn off focus root for chrome floaters after initializing it from the focus_root parameter
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/floater.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/floater.xml b/indra/newview/skins/default/xui/en/widgets/floater.xml index 85d0c633af..2e5ebafe46 100644 --- a/indra/newview/skins/default/xui/en/widgets/floater.xml +++ b/indra/newview/skins/default/xui/en/widgets/floater.xml @@ -21,4 +21,5 @@ tear_off_pressed_image="tearoff_pressed.tga" dock_pressed_image="Icon_Dock_Press" help_pressed_image="Icon_Help_Press" + focus_root="true" /> |