From 338d4eb567567eccb97477ccfebc5e04e73b04e3 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Fri, 8 May 2009 02:04:12 +0000 Subject: [PATCH] Yep, this fixed the problem. Rejoice and comment it. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@816 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/as/com/threerings/flex/ChatInput.as | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/as/com/threerings/flex/ChatInput.as b/src/as/com/threerings/flex/ChatInput.as index 4fa053eb..b4dbc82c 100644 --- a/src/as/com/threerings/flex/ChatInput.as +++ b/src/as/com/threerings/flex/ChatInput.as @@ -61,6 +61,9 @@ public class ChatInput extends TextInput { super.createChildren(); + // For some reason, in embeds, during certain circumstances, it's really hard to focus + // chat. This makes that work better. The problem was *not* testable locally, only + // on embeds in production. (I don't know why.) TextFieldUtil.setFocusable(TextField(textField)); }