You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 8, 2017. It is now read-only.
Request for Enhancement on PickupDragController to provide the list of
selectedWidgets with a get method.
In our application each of the draggable nodes is a container for data and
we now have a feature request that requires the application to know which
nodes have been selected (via normal selection or ctrl-click) in the same
drag area. We are using 2.5.6 so I took a look at the code for 2.6.5 but
didn't see this capability. I looked into recording the selected widgets in
my own class but onDragStart does not fire on ctrl-click. So I can only
save a pointer to the context by stealing it off the first onDragStart
event and taking advantage that you left selectedWidgets public.
We do not have the means to upgrade to GWT 1.7 yet so I can't move up to
gwt-dnd 2.6.5. Would you be able to retrofit the method into 2.5.6 as well?
Original issue reported on code.google.com by [email protected] on 3 Aug 2009 at 3:19