That was a good suggestion. So I explicitly disabled proxies, as
follows:
dragController = new PickupDragController(boundaryPanel, false);
dragController.setBehaviorDragProxy(false);
dragController.setBehaviorDragStartSensitivity(2); // to enable
double click
dragController.setBehaviorScrollIntoView(true);
dragController.setBehaviorBoundaryPanelDrop(false);
dragController.setBehaviorConstrainedToBoundaryPanel(true);
It did not make any difference. It still sends "SimplePanel" for
widget param. What am I missing?
I call the following API to enable drag & drop:
Label content;
.....
dragController.makeDraggable(content)
Thanks
> > For more options, visit this group athttp://
groups.google.com/group/gwt-dnd?hl=en.
>
> --
> "An eye for eye only ends up making the whole world blind." -- Mohandas Gandhi- Hide quoted text -
>
> - Show quoted text -