Another question - when I call setHTML() on a RichTextArea, with a value 
like this:

<span style="random css here">HELLO THERE<br></span>

... most of the time the <br> is escaped, so the underlying HTML is:

<span style="random css here">HELLO THERE&lt;br&gt;</span>

SOMETIMES, however, it is rendered exactly as-is, not escaped.  It seems to 
be timing-dependent, because if I put a delay between the attachment of the 
RichTextArea and the call to setHTML(), it rendereds properly, without any 
escaping.

Has anyone seen this?  Any other time-dependent twitchiness like this in 
RichTextArea?

- Tim

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/-G5J_jdbXrcJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to