Hello there,
does anybody tried to give an editText a string which contains "" ?
The ">" will be correctly transformed into a ">" but not the "
Bug in editText
- mkoller
- Posts:741
- Joined: Fri Sep 17, 2010 9:03 am
Re: Bug in editText
The TEXT_EDIT widget tries, by default, to auto-detect what kind of text formatting you are using, since this widget can also display a subset of HTML.
Try changing the textFormat property to "PlainText"
Try changing the textFormat property to "PlainText"
- mmz
- Posts:14
- Joined: Wed Jan 20, 2016 5:22 pm
Re: Bug in editText
Thanks that helped.
I had LogTxt as property.
With AutoTxt it does work, could use PlainTxt too.
Regards
I had LogTxt as property.
With AutoTxt it does work, could use PlainTxt too.
Regards