TomMyDevX / openintents

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

OI FileManager - Path entry bug with return key #461

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Tap on the path, an EditText view pops up.
2. Type in the path to a directory / file.
3. Hit enter / return key.

What is the expected output? What do you see instead?
When the return key is pressed, it should navigate to the directory in the 
EditText. Instead it adds a new line, doesn't navigate to the directory, and 
then complains about the file not existing because of the new line.

This should be a simple fix. Just add an OnKeyListener to the EditText and call 
goToDirectoryInEditText() when the return key is pressed.

Original issue reported on code.google.com by philipha...@gmail.com on 1 Jan 2012 at 8:52

GoogleCodeExporter commented 8 years ago

Original comment by peli0...@googlemail.com on 12 Jan 2012 at 10:26

GoogleCodeExporter commented 8 years ago
http://www.google-melange.com/gci/task/view/google/gci2011/7185240

Original comment by peli0...@googlemail.com on 15 Jan 2012 at 6:39

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r4055.

Original comment by peli0...@googlemail.com on 15 Jan 2012 at 9:40