Comment 0 for bug 1163371

Revision history for this message
Ugo Riboni (uriboni) wrote :

Refer to the attached example, running on a phone.

(1) touch the red button: the top text field is focused and the OSK comes up
(2) touch the green button: the bottom text field is focused but the OSK doesn't come up

What should happen is obviously that at step (2) the OSK comes up.

The problem is that somehow focus is not proxied correctly inside of the TextArea or the OSK is not invoked correctly when the inner text component received activeFocus.

A workaround is to call forceActiveFocus() on the TextArea instead of just giving it focus, but this is not how it should work.