[kwin] [Bug 488317] Many items cannot be dragged using a tablet pen
Nicolas Fella
bugzilla_noreply at kde.org
Wed Jun 12 15:28:05 BST 2024
https://bugs.kde.org/show_bug.cgi?id=488317
Nicolas Fella <nicolas.fella at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Product|kde |kwin
Component|general |general
Version|unspecified |6.0.5
Resolution|NOT A BUG |---
Assignee|unassigned-bugs at kde.org |kwin-bugs-null at kde.org
CC| |nicolas.fella at gmx.de
Status|RESOLVED |REPORTED
--- Comment #3 from Nicolas Fella <nicolas.fella at gmx.de> ---
This is half a Qt problem and half a KWin problem.
The Qt part is fixed with
https://codereview.qt-project.org/c/qt/qtwayland/+/568059 and
https://codereview.qt-project.org/c/qt/qtwayland/+/568058
The KWin problem is that the dragging code only considers pointer and touch
input, but not tablet input. See e.g.
https://invent.kde.org/plasma/kwin/-/blob/master/src/wayland/datadevice.cpp#L98
So ultimately all those cases have a common root cause. Sorry for making you
file these separate reports
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list