diff options
author | James Cook <james@lindenlab.com> | 2009-11-02 17:32:36 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-02 17:32:36 -0800 |
commit | d220211b4dc7e5d39fc1c5f26b3b2bf528a90910 (patch) | |
tree | 66fbc373fa207e2a31212dcb752b8471acd368e6 /indra | |
parent | 03ff3dc57d4650c5451c2b304a2ee6fbee3ff74e (diff) |
EXT-1803 Fix group inspectors closing before you can see them if you can't join the group.
Focus issue -- the inspector had no focusable widgets in that case.
Reviewed with Richard.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/inspect_group.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/inspect_group.xml b/indra/newview/skins/default/xui/en/inspect_group.xml index db12daa6e0..42a492090d 100644 --- a/indra/newview/skins/default/xui/en/inspect_group.xml +++ b/indra/newview/skins/default/xui/en/inspect_group.xml @@ -73,6 +73,8 @@ L$123 to join name="group_icon" top="24" width="38" /> + <!-- Must be tab_stop="true" so something can hold focus even when the + other buttons are disabled or invisible, otherwise inspector closes --> <button follows="top|left" height="18" @@ -84,7 +86,7 @@ L$123 to join right="-8" top="35" left_delta="110" - tab_stop="false" + tab_stop="true" width="18" commit_callback.function="InspectGroup.ViewProfile" /> <button |