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
This commit is contained in:
Ray Greenwell
2009-05-08 02:04:12 +00:00
parent 516b5fbbb6
commit 338d4eb567
+3
View File
@@ -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));
}