2

For some reason the theming of the Textfield is drawn over (overriden) by a white box that covers it entirely whenever the user begins writing inside the field. The theming returns to normal once the user scrolls away from the Textfield.

Is there any way I can disable this and/or what is causing this?

Edit:

This is the BB before I start writing http://imageshack.us/a/img411/5681/24102012023.jpg

enter image description here

This is the text field changing when I start writing http://imageshack.us/a/img717/5973/24102012024.jpg

enter image description here

Nate
  • 31,017
  • 13
  • 83
  • 207
  • can you show the code you use to create the text field? – Nate Oct 24 '12 at 08:32
  • Unfortunately it would involve pasting a good chunk of code from the framework :( But currently I started testing on a standalone app and it's doing the same thing. Just a regular TextField text = new TextField(); gives the same result. On Nokia the field remains the same, but on BB it changes into what I described. – Midori Ryuu Oct 24 '12 at 08:53
  • Ok I added an image. This is also the N8 working normally even when I'm writing http://imageshack.us/a/img821/3301/24102012020.jpg – Midori Ryuu Oct 24 '12 at 09:37

1 Answers1

2

Blackberry uses native editing since there are too many complexities with accepting any other type of input. Since the RIM API is so limited its really difficult to customize the look of the editing mode there to match the style of LWUIT/Codename One.

Shai Almog
  • 51,749
  • 5
  • 35
  • 65