ant8012 / openintents

Automatically exported from code.google.com/p/openintents
0 stars 0 forks source link

File-picker doesn't dismiss keyboard -> my app FC's #552

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Another app asks for a file
2. OI File manager opens keyboard in the file-picker screen
3. Choose a file and click "Pick file" without dismissing the keyboard first

What is the expected output? What do you see instead?
The keyboard ought to close before returning to caller.
Instead my app tends to force close for various reasons, such as...
* Activity.pause called on an activity that wasn't resumed.
* ANR: Reason: keyDispatchingTimedOut

What version of the product are you using? On what operating system?
Latest on android 4.3.1 (SlimBean)

Please provide any additional information below.

Original issue reported on code.google.com by brmj.p...@gmail.com on 21 Nov 2013 at 5:28