PDA

View Full Version : Drag and drop module on a BorderLayout



Srini
3 May 2007, 5:58 AM
I have a borderlayout panel with west and center. The has 3 contentpanel each of which will hold multiple modules that can be dragdropped with the content panel. I have used DragSource and DropTarget to create the DnD elements. I am facing the following issues.
1. While trying to DnD a module, the whole screen shakes (quite violently I should say).
2. The DnD proxy seems to be anchored on the right hand corner because of which the proxy grows in size as we drag around the screen.

You can take a look at this problem in the following url
www.indiainteracts.com/userlayout/ms_customize.php

Regards,
Srini

jsakalos
3 May 2007, 11:27 AM
Yes, I also have this issue when I drag much smaller object to the right such a way that drag ghost tries to cross the window boundary.

You should file a bug report or look if it hasn't been done already.