diff options
| author | Paul ProductEngine <pguslisty@productengine.com> | 2011-07-13 18:55:08 +0300 | 
|---|---|---|
| committer | Paul ProductEngine <pguslisty@productengine.com> | 2011-07-13 18:55:08 +0300 | 
| commit | f783c335f050b1fe87412c061e1b5134d8c00306 (patch) | |
| tree | f2954eca7baf6b22b7255d6b884a4b6b0ac46df5 | |
| parent | 44c7c6feaa824f4049d326965cb066e76ebefee3 (diff) | |
STORM-1503 FIXED Find floater doesn't set focus to its browser.
Added tab stop for browser to get focus when find floater is focused.
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_search.xml | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_search.xml b/indra/newview/skins/default/xui/en/floater_search.xml index 8770ede7e9..c7b26c59c7 100644 --- a/indra/newview/skins/default/xui/en/floater_search.xml +++ b/indra/newview/skins/default/xui/en/floater_search.xml @@ -38,6 +38,7 @@           user_resize="false"           width="630">              <web_browser +             tab_stop="true"                trusted_content="true"                follows="left|right|top|bottom"               layout="topleft"  | 
