I discovered some problems with the implementation of TextBox in
Android, as follows:
1. TextBox.size() returned incorrect value
2. TextBox.delete(int, int) not working correctly
3. TextBox.insert(String, int) not working correctly
I have produced patches for org.microemu.device.ui.TextBoxUI,
javax.microedition.lcdui.TextBox,
org.microemu.android.device.ui.AndroidTextBoxUI which now seem to work
correctly for me. I have attached them below.
Best regards,
Malcolm
Original issue reported on code.google.com by malcs.br...@gmail.com on 4 Sep 2010 at 11:30
Original issue reported on code.google.com by
malcs.br...@gmail.com
on 4 Sep 2010 at 11:30Attachments: