Summary: | Selection Mode on long touch can cause involuntary drag & drop | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | smlanger <smlanger> |
Component: | Selection Mode | Assignee: | KFM Developers <kfm-devel> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | felixernst, nate |
Priority: | NOR | ||
Version: | 22.12.1 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/system/dolphin/-/commit/3123c086a77c28730866e848178c7e2d9a9006cb | Version Fixed In: | 23.12 |
Sentry Crash Report: |
Description
smlanger
2023-01-21 13:41:52 UTC
Happens just the same with: Dolphin 22.12.3 Linux Kernel: 6.1.22 KDE Plasma Version: 5.27.3 KDE Frameworks Version: 5.104.0 Qt Version: 5.15.8 First report was using X11 this update was using Wayland. A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/552 A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/571 Git commit 3123c086a77c28730866e848178c7e2d9a9006cb by Felix Ernst, on behalf of Steffen Hartleib. Committed on 27/07/2023 at 11:23. Pushed by felixernst into branch 'master'. Avoid unwanted drag and drop action Use the screen position for a touch event to calculate the start drag distance. M +26 -23 src/kitemviews/kitemlistcontroller.cpp M +1 -1 src/kitemviews/kitemlistcontroller.h https://invent.kde.org/system/dolphin/-/commit/3123c086a77c28730866e848178c7e2d9a9006cb |