yatsek / microemu

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

TextBox bugs #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in trunk

Original comment by bar...@gmail.com on 3 Nov 2010 at 8:38

GoogleCodeExporter commented 8 years ago

Original comment by bar...@gmail.com on 3 Nov 2010 at 8:39