I just noticed, that the RichtText editor produces different output
for the same actions in different browsers:
you can try it at: http://examples.roughian.com/index.htm#Widgets~RichTextArea
Example: write a word, select it, click 'Toglle Bold' button, will
produce:
* Firefox 3.5.2, Chrome 3.x
<span style="font-weight: bold;">test</span>
* Opera 10.00
<STRONG>test</STRONG>
* Iron 2.0.178, Chrome 4.x
<b>test</b>
This makes it very difficult to implement consitent logic for checking
the richt-text content (e.g. XSS check, custom transormations, ..)
So: Is there a way to configure the RichText Area to always produce
the same output (e.g. <b>?)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---