sgzwiz / androidmudclient

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

Weird Host Name/Port text field behaviour on HTC Hero #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. On HTC Hero, double-Click on the "host name" field - virtual keyboard opens
2. Push "e" on virtual keyboard it will type a "2" into the host name
field, press "w" and it will type a "1". Shift/Ctrl does not change this.
3. Same happens in "Port" field but not in mud name field

What is the expected output? What do you see instead?
Use virtual keyboard normally since Hero does not have a hardware keyboard

What version of the product are you using? On what operating system?
Latest client from Market with latest Hero ROM

Original issue reported on code.google.com by gev...@gmail.com on 5 Oct 2009 at 12:52

GoogleCodeExporter commented 9 years ago
android:digits="@string/str_chars"

This seems to be the cause, because it sets "numeric" to true which seems to 
switch
keyboard layout. I'll try to remove it at home and will check back with the 
result.

Original comment by gev...@gmail.com on 8 Oct 2009 at 1:59

GoogleCodeExporter commented 9 years ago
Removing the parameter from the xml layout worked. Just wanted to let you know. 
:)

Original comment by gev...@gmail.com on 9 Oct 2009 at 1:35

GoogleCodeExporter commented 9 years ago
I've found the same problem on my HTC Hero. Can't type in ".org" for a hostname.

Original comment by wainst...@gmail.com on 25 Oct 2009 at 11:21