Re: EditTextCell - avoid escaping signs

2011-02-09 Thread Opal
Thanks, I'll investigate the link. On 8 Lut, 16:36, John LaBanca jlaba...@google.com wrote: 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.  

EditTextCell - avoid escaping signs

2011-02-08 Thread Opal
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: 12amp;#39;amp;#39; whatever. How to avoid such beahviour? It's very annoying. -- You received this message because you are

Re: EditTextCell - avoid escaping signs

2011-02-08 Thread John LaBanca
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 jlaba...@google.com On Tue,