Hi, I've noticed a few issues and possible improvements in the area of drag and drop, I wanted to ask if anyone encountered these and whether they should be addressed.
1. DRAG_OVER event has its x/y coordinates hardcoded to 0. (This looks like a bug, but perhaps it is a feature). 2. DragBoard.setDragView() seems to be autoscaling the images when they exceed some undocumented size. There is no way to alter this behavior, such as set a different limit or disable the scaling altogether. 3. On DRAG_OVER, if the mouse release happens over a non-accepting target, the drag view image scuttles back to the point of origin. This might be undesirable in some cases, but there is no API to disable the behavior. What do you think? -andy