Summary: | Drag and drop not possible with tablet stylus on Wayland | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Kath <krazykath> |
Component: | Wayland drag-and-drop for window content | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | krazykath, nate, nicolas.fella |
Priority: | NOR | Keywords: | wayland |
Version: | 6.0.5 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Kath
2024-06-10 18:07:32 UTC
I'm afraid each case where you see this needs its own bug report, as on Wayland the implementation of stylus handling is per-app, not universal. So please feel free to open individual bug reports, one per issue. Thanks for letting me know, I'll get to work on individual bug reports 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 *** Bug 488329 has been marked as a duplicate of this bug. *** *** Bug 488333 has been marked as a duplicate of this bug. *** *** Bug 488331 has been marked as a duplicate of this bug. *** Ohh, TIL. Sorry from me too! |