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:
@@ -61,6 +61,9 @@ public class ChatInput extends TextInput
|
|||||||
{
|
{
|
||||||
super.createChildren();
|
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));
|
TextFieldUtil.setFocusable(TextField(textField));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user