https://bugs.kde.org/show_bug.cgi?id=513690
cwo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from cwo <[email protected]> --- The problem seems to be that Qt wants to draw the image of the dragged things on the right-hand side of the cursor, but FolderView wants to draw them as they are relative to the pointer. It achieves that by setting the hotspot, but this seems inconsistent timing-wise. The problem is that setting the hotspot happens well in advance of the drag actually starting, so I'm not sure what might be wrong here - possibly a timing issue on the Qt side? On the other hand, do we want this changed hotspot? I agree that it feels a bit nicer to move things around this way, but other drags don't work this way - Dolphin does it differently, kickoff does it differently, etc. -- You are receiving this mail because: You are watching all bug changes.
