Summary: | Horizontal scrollviews (e.g. Task Manager Grouped task tooltips with a bottom panel) cannot be scrolled horizontally using a vertical wheel | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kirigami | Reporter: | Fushan Wen <qydwhotmail> |
Component: | general | Assignee: | Marco Martin <notmart> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | doncbugs, nate, noahadvs, plasma-bugs, rlk, unblended_icing552 |
Priority: | NOR | Keywords: | regression |
Version: | 5.90.0 | ||
Target Milestone: | 1.0 | ||
Platform: | openSUSE | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=463054 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Fushan Wen
2022-01-15 02:56:21 UTC
Probably caused by https://invent.kde.org/frameworks/kirigami/-/commit/f6ca218607ff7e5d5066eb3224154c3256cb9516 Options: 1. Manually re-enable horizontal scrolling for this view 2. Revert the change to not make vertical scrolls scroll on horizontal scrollviews; make this an opt-out, not an opt-in 3. Figure out a way to implement the originally requested change to make vertical scrolling on a horizontal scrollview only scroll it when that scrollview is not also inside a vertical scrollview Before the scrollbar, it was possible to click and drag to scroll through it, like swiping gestures. Briefly, it was possible to scroll with the mouse wheel, which was fantastic. I recall a bug fix potentially mentioning disabling it. Is it just not going to be possible to scroll through application instances with the mouse?
> 3. Figure out a way to implement the originally requested change to make vertical scrolling on a horizontal scrollview only scroll it when that scrollview is not also inside a vertical scrollview
Is it not possible to scroll based on priority? i.e. scrolling horizontally when the cursor is inside the horizontal scrollview that's inside a vertical scrollview; scrolling vertically when in vertical scrollview unless the cursor pauses and readjusts inside of a horizontal scrollview within the vertical scrollview?
Not easily, no. We tried that and it didn't really work. *** Bug 468787 has been marked as a duplicate of this bug. *** |