Re: RichTextArea.setHTML() - sometimes parts of HTML are escaped, sometimes not... ??

2012-10-12 Thread TimOnGmail
You can ignore this post - I found out this was due to my own code doing this in another part of the app. :-) - Tim On Thursday, October 11, 2012 3:37:13 PM UTC-7, TimOnGmail wrote: > > Another question - when I call setHTML() on a RichTextArea, with a value > like this: > > HELLO THERE > > ...

RichTextArea.setHTML() - sometimes parts of HTML are escaped, sometimes not... ??

2012-10-11 Thread TimOnGmail
Another question - when I call setHTML() on a RichTextArea, with a value like this: HELLO THERE ... most of the time the is escaped, so the underlying HTML is: HELLO THERE
SOMETIMES, however, it is rendered exactly as-is, not escaped. It seems to be timing-dependent, because if I put a