Ian -

RichTextArea is a client side text editor that supports more than basic text
editing, but its still client side, so there is no risk above the standard
requirement that apps check the content before sending it to another client
(which is true for basic input elements as well).  Its already possible for
users to insert script tags locally using various other methods.

Thanks,
John LaBanca
[email protected]


On Wed, Jun 24, 2009 at 4:20 PM, <[email protected]> wrote:

> LGTM.
>
>
> http://gwt-code-reviews.appspot.com/48804/diff/1/2
> File
> user/src/com/google/gwt/user/client/ui/impl/RichTextAreaImplIE6.java
> (right):
>
> http://gwt-code-reviews.appspot.com/48804/diff/1/2#newcode79
> Line 79: }
> So I assume there's no InsertHTML command on IE6, right? Since you just
> did all that hideous TextAreaImpl hackery with TextRange, I'll assume
> you know this works :)
>
>
> http://gwt-code-reviews.appspot.com/48804
>

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to