[Bug 51772] New: Drag and drop issue - DROPEFFECT zero
https://bugs.winehq.org/show_bug.cgi?id=51772 Bug ID: 51772 Summary: Drag and drop issue - DROPEFFECT zero Product: Wine Version: 6.11 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: ole32 Assignee: wine-bugs(a)winehq.org Reporter: tomtib(a)gmx.de Distribution: --- Hello Wine-developers, I have described the issue here: https://forum.winehq.org/viewtopic.php?f=2&t=35444&sid=4f2e5ba04bc432c1648a0... I have also posted the reply from the foobar spider monkey panel developer, hope this issue can be fixed, thank you! -TT -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51772 tomtib(a)gmx.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomtib(a)gmx.de -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51772 Damjan Jovanovic <damjan.jov(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source URL| |https://github.com/TT-ReBOR | |N/Georgia-ReBORN CC| |damjan.jov(a)gmail.com --- Comment #1 from Damjan Jovanovic <damjan.jov(a)gmail.com> --- I developed a lot of the drag and drop code, but am unable to test at the moment.
From the log you posted on that forum, it appears to be an interprocess drag and drop (drag source is in one application, drop target in another), which is why it goes through [drag source] -> XDND -> [drop target's winex11.drv].
Multiple things could be wrong, we don't support IDropTargetHelper::DragOver() or IDataObject::SetData(), the ominous 00f4:fixme:xdnd:X11DRV_XDND_DROPEFFECTToXdndAction unknown drop effect 0, assuming XdndActionCopy suggests something is also wrong coming in from the drag source, and the drop effect might also not be set correctly in ole32. It would help a lot to read the source code of the drag source. What is the architecture of your drag source application? It appears to use Python and Javascript somehow. Where is the C/C++ code that calls DoDragDrop()? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51772 --- Comment #2 from tomtib(a)gmx.de --- Hello Damjan, I have contacted ( and linked this thread ) foobar's spider monkey panel developer about your questions, hopefully he will get in touch with you. -TT -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla