diff --git a/indra/llui/lltexteditor.cpp b/indra/llui/lltexteditor.cpp
index 4a65879f8..08989e628 100644
--- a/indra/llui/lltexteditor.cpp
+++ b/indra/llui/lltexteditor.cpp
@@ -2490,6 +2490,10 @@ BOOL LLTextEditor::handleSpecialKey(const KEY key, const MASK mask, BOOL* return
{
removeWord(false);
}
+ else
+ {
+ handled = false;
+ }
break;
case KEY_RETURN:
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml
index 54f0eef85..4b4a622d3 100644
--- a/indra/newview/app_settings/settings.xml
+++ b/indra/newview/app_settings/settings.xml
@@ -717,7 +717,7 @@
Type
Boolean
Value
- 0
+ 1
LiruLegacyOutfitStoreObjChanges