I created an issue to track this: http://code.google.com/p/google-web-toolkit/issues/detail?id=5993
We need to do some type of escaping because user values could include unsafe javascript code. However, the full SafeHtml escaping is too much. Thanks, John LaBanca [email protected] On Tue, Feb 8, 2011 at 10:26 AM, Opal <[email protected]> wrote: > Hi, > I have a problem with EditTextCell. When the displayed value contains > such sings: ' or " (e.g. 12" whatever) after onBlur event EditTextCell > displays the following text: 12&#39;&#39; whatever. How to > avoid such beahviour? It's very annoying. > > -- > 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. > > -- 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.
