| Summary: | Media player and sound control in sytem tray do not respect touchpad natural scroll | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Vincent ROGER <roger.vins.11> |
| Component: | Media Player widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | cwo.kde, kde |
| Priority: | NOR | ||
| Version First Reported In: | git-stable-Plasma/6.3 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Vincent ROGER
2025-05-10 08:44:47 UTC
Thank you for the bug report! This is intentional behavior, see e.g. the already existing report which I'm marking this as a duplicate of. This matches natural scrolling as implemented on touchscreens - to move a scrollable view (like a web page) down, you move your fingers up, as if you're moving a piece of paper. But to move a slider, you do not move your finger down to move it up, that would be unnatural - you're not moving the background, but the element itself. These widgets work the same way, as they're based around sliders. See also the original discussion in https://bugs.kde.org/show_bug.cgi?id=442379 *** This bug has been marked as a duplicate of bug 478146 *** Thanks for the answer. I understand it is the intended behavior for touchscreens, but as a touchpad user it feels off (I repeat the gesture for scrolling a page as a reflex). Having the option to choose would be fantastic (or separate the touchscreen/touchpad behavior). |