drag and drop
Andy Goryachev
andy.goryachev at oracle.com
Fri Sep 5 15:09:39 UTC 2025
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/openjfx-dev/attachments/20250905/715b2420/attachment.htm>
More information about the openjfx-dev
mailing list