Thanks, I'll go with native.

On Jan 20, 4:16 am, Thomas Broyer <[email protected]> wrote:
> GWT drag-n-drop is "only" a support for existing "native" APIs (which also
> means you can control drags to and drops from outside the browser).
> AFAIK, gwt-dnd however "emulates" DnD using mouse events (mousedown +
> mousemove starts a drag, and then mouseup drops), which means you can only
> drag things within your app.
>
> Native DnD (as supported by GWT) can be used in most browsers
> though:http://caniuse.com/dragndrop
> (it's unlike canvas, for instance, where oldIEs have to use a fallback or
> emulation)

-- 
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