Hi I'm using GWT-2.1.0-M2 and have encountered a bug.
When editing a cell using the EditTextCell, the input field fails to show the correct content when the value contains a quote. The value is trimmed after the first occuring quote. The problem is the render method in the EditTextCell class. As this method takes the value as clear html, this also enables cross site scripting. regards Roald -- 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.
