Summary: | Scrolling over the volume slider has become painfully slow | ||
---|---|---|---|
Product: | [Applications] Elisa | Reporter: | Nagy Tibor <xnagytibor> |
Component: | general | Assignee: | Matthieu Gallien <matthieu_gallien> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate |
Priority: | NOR | Keywords: | regression |
Version First Reported In: | 21.12.0 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/multimedia/elisa/commit/9e7cc16a869c976a9e9cca0e62eb7949f2b702ad | Version Fixed In: | 21.12.1 |
Sentry Crash Report: | |||
Attachments: | Volume slider speed comparison (Tray widget/Elisa) |
I'd guess this change broke the scrolling: https://invent.kde.org/multimedia/elisa/-/commit/268f78d417fef1f0074e7b5f72bfcb9cf922715a#5d717e32baf9c21f240a461889f046f1568de702_61_36 Can confirm. I wonder what happened. Will investigate. Yep, that commit removed `stepSize: 5`, to get the slider to stop displaying tickmarks. In so doing, it made the scroll speed 50 times slower because when `stepSize` is defined, it scrolls by increments of `stepSize, but when it's not, it scrolls in increments of 0.1! Git commit 9e7cc16a869c976a9e9cca0e62eb7949f2b702ad by Nate Graham. Committed on 14/12/2021 at 20:08. Pushed by ngraham into branch 'release/21.12'. Fix volume slider scroll speed regression We stopped setting its `stepSize` property which caused the increase() and decrease() functions to scroll in increments of 0.1, which was 50x slower. This commit fixes that by using custom increase and decrease code to match the previous behavior. FIXED-IN: 21.12.1 M +9 -2 src/qml/VolumeSlider.qml https://invent.kde.org/multimedia/elisa/commit/9e7cc16a869c976a9e9cca0e62eb7949f2b702ad |
Created attachment 144494 [details] Volume slider speed comparison (Tray widget/Elisa) SUMMARY This is a regression introduced in Elisa 21.12.0. Scrolling over the volume slider used to step the volume at around 5-10 percent increments. After the latest update the step size looks like has become 1 percent, making Elisa's volume slider painfully slow to use with the mouse wheel. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.23 KDE Plasma Version: 5.23.4 KDE Frameworks Version: 5.88.0 Qt Version: 5.15.3 Graphics Platform: X11