RFR: 8141391: DnD doesn't work for JFXPanel
Martin Fox
mfox at openjdk.org
Fri Jul 11 23:25:44 UTC 2025
On Fri, 11 Jul 2025 16:56:48 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> a) Yes, couple of module-info file was changed but not pushed in
>> b) I could use TextInputControl or the parent
>>
>> Any other suggestion as clearly we cannot use Scene.DragEvent return value?
>
> What code path does it take when pasting from an FX component? Maybe we can look how it differs and try to redirect to that path, so the content gets pasted correctly.
Am I missing something? I can't find any evidence that a JavaFX text input control processes drag-and-drop in any way or that it ever did (though I could only easily look back to jfx14). Did the manual test referenced here ever work?
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1843#discussion_r2202051971
More information about the openjfx-dev
mailing list