suli1 / android-test-kit

Automatically exported from code.google.com/p/android-test-kit
0 stars 0 forks source link

Unable to pressImeActionButton() if text field displays suggestions #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. enter text (typeText) in a field that triggers suggestions
2. try to pressImeActionButton() while suggestions are visible
3.

What is the expected output? What do you see instead?
expect to be able to pressImeActionButton()

error:
java.lang.RuntimeException: Waited for the root of the view hierarchy to have 
window focus and not be requesting layout for over 10 seconds. If you specified 
a non default root matcher, it may be picking a root that never takes focus. 
Otherwise, something is seriously wrong.

What version of the product are you using? On what operating system?
same on Mac & Win7 using Android Studio/IntelliJ

Please provide any additional information below.

Original issue reported on code.google.com by pdmgumt...@gmail.com on 14 Nov 2013 at 4:16

GoogleCodeExporter commented 9 years ago
This will be solved soon by multi-window support.

Original comment by vale...@google.com on 14 Nov 2013 at 6:10