From 1671505b5fab509df848d335db8585c40432a07f Mon Sep 17 00:00:00 2001
From: Doug Falta <doug@polarityviewer.org>
Date: Fri, 28 May 2021 08:08:26 -0700
Subject: [PATCH] Enable and disable Unicode input as media faces are focused
 or unfocused, respectively.

---
 indra/newview/llviewermedia.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/indra/newview/llviewermedia.cpp b/indra/newview/llviewermedia.cpp
index 1df01a66ab0..74df92602d7 100644
--- a/indra/newview/llviewermedia.cpp
+++ b/indra/newview/llviewermedia.cpp
@@ -2117,6 +2117,8 @@ void LLViewerMediaImpl::focus(bool focus)
 	{
 		// call focus just for the hell of it, even though this apopears to be a nop
 		mMediaSource->focus(focus);
+		LLUI::getWindow()->allowLanguageTextInput(NULL, focus);
+		
 		if (focus)
 		{
 			// spoof a mouse click to *actually* pass focus
-- 
GitLab