Interesting. Thanks for the info.

Its been a challenge to try to get an elegant ui solution implemented. Due
to the Clipboard API access via the dom in most platforms implementing a
solution easily sucks. As far as I can tell, implementing a paste into rich
text is going to be impossible, that is, if the security is enabled b/c
there is no access to the clipboard api.

I aim to keep tuning workarounds to see what I can get to
work efficiently for all the browsers. I imagine it will be a slow
process...


Have a good day,
Brandon Donnelson
c.gawkat.com


On Fri, Nov 18, 2011 at 1:16 PM, darkflame <[email protected]> wrote:

> Funny, thought I replied to this :-/
>
> Anyway, fantasic work.
> I did a quick implementation in my app and found the following:
>
> Chrome - works flawlessly. At least data cut and paste from open
> office is stripped clean nicely.
> Firefox - as expected, workaround needed.
> Opera - unfortuntely data isnt stripped :-/ (completely contradicting
> what I read on their forums...must have been out of date).
>
> The work around popup does have some issues for me...my Richtext box
> is already a popup and it appears under it. I guess this can  be fixed
> with a basic zIndex.
>
> Anyway, once again, great work, supprised its not getting more
> attention.
>
> On Nov 5, 4:53 pm, Brandon Donnelson <[email protected]> wrote:
> > Here is my latest rendition. I can't find a perfect solution due to
> mozilla
> > clipboard data access. But I found a workaround using doubleclick on the
> > RichTextArea. I want to add later, a warning for firefox pasters. So far
> > this is what I have.
> >
> > http://code.google.com/p/gwt-examples/wiki/DemoGWTTextBoxExpander?ts=...
> > - wiki with demo and source
> >
> > http://code.google.com/p/gwt-examples/source/browse/#svn%2Ftrunk%2FGo...
> > - workaround
> >
> > http://demogwttextexpand.appspot.com/- demo
>
> --
> 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.

Reply via email to