yatsek / microemu

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

Can not enter decimals when field type TextField.DECIMAL is set. #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create TextField: TextField tf = new TextField("Decimals", "", 10,
TextField.DECIMAL);

2. Run in emulator, will not accept decimals.

What is the expected output? What do you see instead?

To be able to enter decimals either from the phone keypad or the computer
keyboard.

What version of the product are you using? On what operating system?

microemulator-2.0.4

Please provide any additional information below.

Original issue reported on code.google.com by ecostats...@gmail.com on 27 May 2010 at 9:43

GoogleCodeExporter commented 9 years ago
See now that pressing "1" repeatedly creates a decimal. This is very 
un-intuitive
behavior. The lower right keypad should enter a decimal on the phone simulator 
and it
certainly should enter a decimal when the decimal key is pressed on the 
keyboard. I
still consider this a defect.

Original comment by ecostats...@gmail.com on 27 May 2010 at 9:49