From 59c12e72a02f670fdf5daf62c51ac24972fd485e Mon Sep 17 00:00:00 2001 From: Mnikolenko Productengine Date: Wed, 9 Aug 2017 14:50:02 +0300 Subject: MAINT-7402 FIXED Typing a slash in the SL Internal Browser moves focus to the chat window. --- indra/newview/llmediactrl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/newview/llmediactrl.h b/indra/newview/llmediactrl.h index 291d87073e..125a67e23e 100644 --- a/indra/newview/llmediactrl.h +++ b/indra/newview/llmediactrl.h @@ -176,6 +176,8 @@ public: virtual bool wantsKeyUpKeyDown() const; virtual bool wantsReturnKey() const; + virtual BOOL acceptsTextInput() const {return TRUE;} + protected: void convertInputCoords(S32& x, S32& y); -- cgit v1.2.3