Bug 406513 - No touch scrolling in open/save dialog
Summary: No touch scrolling in open/save dialog
Status: RESOLVED FIXED
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: Open/save dialogs (show other bugs)
Version: 5.56.0
Platform: Manjaro Linux
: NOR normal
Target Milestone: ---
Assignee: KIO Bugs
URL:
Keywords:
: 496023 (view as bug list)
Depends on:
Blocks:
 
Reported: 2019-04-13 21:21 UTC by Nicolas Fella
Modified: 2025-03-14 17:11 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In: 6.13
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Fella 2019-04-13 21:21:38 UTC
SUMMARY

One-finger-scrolling with the file list is not possible. The only way to scroll on a touchscreen is by using the scrollbar

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.15.3
KDE Frameworks Version: 5.56
Qt Version: 5.12.2

ADDITIONAL INFORMATION
Wayland
Comment 1 Nate Graham 2019-04-15 18:16:25 UTC
There's a Dolphin patch that shows how to add rudimentary touch scrolling to a Qt scrollview: https://phabricator.kde.org/D12162
Comment 2 Kai Uwe Broulik 2019-04-16 07:53:39 UTC
Isn't that something Qt should provide upstream? Starting in Windows 8 you can do a two-finger drag on scrollable areas and I expect Qt to support that, too, so that infrastructure should be leverageable for our usecase?
Comment 3 Nate Graham 2019-04-16 13:56:19 UTC
Well, a two-finger drag on a scrollable area is not what people expect these days. One-finger scroll is the norm, and it seems like that can't be easily bolted on to existing scrollviews easily without potentially conflicting with existing click-and-drag behaviors on scrollable views. I guess Qt could provide some kind of same fallback behavior, but I suspect that QtWidgets apps will always need custom client code to handle it.
Comment 4 Patrick Silva 2022-02-17 13:15:41 UTC
Still an issue on neon unstable.

Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.24.80
KDE Frameworks Version: 5.92.0
Qt Version: 5.15.3
Graphics Platform: Wayland
Comment 5 Bug Janitor Service 2023-07-25 13:14:45 UTC
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kio/-/merge_requests/1356
Comment 6 Nate Graham 2025-03-14 17:09:38 UTC
*** Bug 496023 has been marked as a duplicate of this bug. ***
Comment 7 Nate Graham 2025-03-14 17:11:24 UTC
Fixed by Marco Martin in https://invent.kde.org/frameworks/kio/-/commit/63a00c27f85592b6a2898c54dcda61d9a6f6c61f for Frameworks 6.13!