yatsek / microemu

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

TextField/TextBox only support appending and insertion doesn't work #58

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.start MicroEmulator,open the "microemu-demo" midlet,select TextField/TextBox
2.input some characters,for example,'world'
3.move the caret to the beginning of the word 'world',try to insert some other 
characters like 'hello '.

What is the expected output? What do you see instead?
expected: 'hello world'
I saw 'worldhello ' instead.

What version of the product are you using? On what operating system?
MicroEmulator 3.0 snapshot 76
Windows Xp 
Java 1.6

Please provide any additional information below.

I encounter this issue only when directly using PC keyboard to 
input.However,the insertion of text works well when I use my Chinese 
inputmethod.

Original issue reported on code.google.com by kder...@gmail.com on 19 Jun 2010 at 3:19