fredsa / gwt-dnd

Library providing easy to use mouse or touch based drag-and-drop capabilities to GWT
42 stars 41 forks source link

DragHandler only gets events for one widget in stead of all selected+dragged widgets #132

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When a PickupDragController() is created with 
setBehaviorMultipleSelection(true) and multiple widgets are selected+dragged, 
only for one widget a onDragEnd(DragEvent) generated for the dragHandlers of 
the DragController. I would expect DragHandler events for all selected+dragged 
widgets.

Original issue reported on code.google.com by bhuisman...@gmail.com on 6 Nov 2010 at 5:45