Summary: | Unable to click Connect button with Stylus in applets using ExpandableListItem component | ||
---|---|---|---|
Product: | [Frameworks and Libraries] libplasma | Reporter: | Christian Hersevoort <christian.hersevoort> |
Component: | components | Assignee: | Marco Martin <notmart> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate, plasma-bugs, tysontanx |
Priority: | NOR | Keywords: | regression |
Version: | 5.73.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/plasma-framework/commit/0a519d059d29afd7899223484372630d9989f75b | Version Fixed In: | 5.86 |
Sentry Crash Report: |
Description
Christian Hersevoort
2020-09-01 21:32:48 UTC
Can confirm with my stylus and touchscreen too. It's a problem in ExpandableListItem. *** Bug 428914 has been marked as a duplicate of this bug. *** This is working for me now with gestures turned off in the Wacom KCM (which is the new default, because if breaks touch events in Qt software)--with the caveat that the hit area is offset on X11 with 200% scale; I have to position the stylus twice as high as I would ordinarily need to. Let's see if that happens on Wayland too... OK, on Wayland where the coordinates are mapped properly, I still cannot click it. Other ToolButtons are clickable, so it does seem to be an issue with just this component. Git commit 0a519d059d29afd7899223484372630d9989f75b by Nate Graham. Committed on 31/08/2021 at 21:16. Pushed by ngraham into branch 'master'. ExpandableListitem: Fix stylus input for buttons Our TapHandler was eating stylus input, so it never made it to the buttons. FIXED-IN: 5.86 M +3 -2 src/declarativeimports/plasmaextracomponents/qml/ExpandableListItem.qml https://invent.kde.org/frameworks/plasma-framework/commit/0a519d059d29afd7899223484372630d9989f75b Thank you Nate! :D You're welcome! |