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:
>
> <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/-/UDEZVo05Fb0J.
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