Hi all,

I have a somewhat small problem with RichTextArea in Firefox.

When the RichTextArea Formatter calls toggleBold and the like, the
html colde that gets added to the text is styled via CSS. Instead of
"<b>sometext </b>some other text"
we get
"<span style="font-weight: bold;">some text </span>some other text".

The Formatter make execCommand() calls for the formatting, and in
Firefox by default the styleWithCSS is set as true.

Is there an easy way to change the value of styleWithCSS to false in
order to not format text with CSS? I've made some attempts to change
styleWithCSS to false and failed miserably.

Thanks in advance,
Saül.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
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