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 view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/oTyimLk8cRIJ. 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.
