https://bugs.kde.org/show_bug.cgi?id=341343
Justin Zobel <justin.zo...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |justin.zo...@gmail.com --- Comment #7 from Justin Zobel <justin.zo...@gmail.com> --- (In reply to Eike Hein from comment #6) > Not looking that good right now. Qt Quick's DropArea only allows rejecting a > drag in the onEntered handler, not in onPositionChanged, so it can't change > its mind while the cursor moves. This would actually be a good enough for > Task Manager, but not for Folder View, where the decision needs to be > reevaluated depending on which icon is being hovered (meanwhile putting a > DropArea into every delegate would increase their cost, causing a > scalability concern). > > However, rejecting a drag in onEntered currently also breaks the DropArea > due to an open, stalled bug: > https://bugreports.qt.io/browse/QTBUG-39453 > https://codereview.qt-project.org/#/c/88612/ It appears these were merged in 5.6, is it possible to revisit this bug, please? -- You are receiving this mail because: You are watching all bug changes.