diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-10-26 20:55:31 +0300 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-10-26 20:55:31 +0300 |
commit | ff8f1701eff57c9d836e86970ca951b8c75cb0dd (patch) | |
tree | c452aaa8731b4b28de96ec3245d3118e92e742d8 /indra | |
parent | a40a2a7a465f6e03ca495c301dfbf7bfa376be30 (diff) |
STORM-335 FIXED Made group name clickable in About Land > General tab.
Technical notes:
If you set the "enabled" param of a textbox to "false", that will prevent the widget from receiving mouse events.
However, if a text box is initially enabled and then gets disabled with setEnabled(FALSE), it will remain clickable.
This is a long-standing design problem with "enabled" flag being intermixed with "read-only".
I'm working around it by enabling the group name textbox initially, thus making it clickable.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_about_land.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_about_land.xml b/indra/newview/skins/default/xui/en/floater_about_land.xml index 89ed16e7c2..3b7a5aa20c 100644 --- a/indra/newview/skins/default/xui/en/floater_about_land.xml +++ b/indra/newview/skins/default/xui/en/floater_about_land.xml @@ -255,7 +255,6 @@ </text> <!--TODO: HOOK UP GROUP ICON--> <text - enabled="false" follows="left|top" height="16" left_pad="2" |