Hello: I am dragging and dropping small HorizontalPanels between two ScrollPanels. When there are no scroll bars on the ScrollPanels, it works just fine. However, if there are bars present, moving the panels jsut causes the ScrollPanel to scroll and the dragged panel disappears as if it is being dragged under the adjacent panel. This is hard to picture, I know. If I drag a panel towards a scroll bar, instead of being dragged over it, it goes under it and out of sight.
I am using a drag and drop scheme which positions the dragged object by calling: AbsolutePanel ap = (AbsolutePanel) sender.getParent(); ap.setWidgetPosition(sender, x + ap.getWidgetLeft(sender) - dragStartX, y + ap.getWidgetTop(sender) - dragStartY); Has anybody seen this problem? Thanks Eric --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
