WTree / zirco-browser

Automatically exported from code.google.com/p/zirco-browser
Other
0 stars 0 forks source link

cursor keys bad behaviour on Location bar (hw keyboard) #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Tap the location bar
2. write something which triggers autocomplete (like "wiki")
3. Move the cursor down/up to switch between items
4. Move the cursor right

> What is the expected output? 
In step 3, the location changes to the item url.  (example: 
"http://en.wikipedia.org/wiki/Android")
In step 4 the list closes

> What do you see instead?
In step 3 the location stays the original text ("wiki")
In step 4 the list closes, but the selection from the list is gone.
Moreover, pressing ENTER at step 3 will NOT load the highlighted item, but 
start a search with "wiki"

What version of the product are you using? Zirco 0.4.3 from FDroid
On what operating system? CyanogenMod 7.2.0-RC0

Original issue reported on code.google.com by spiky.k...@gmail.com on 21 Mar 2012 at 6:51