Summary: | Track progress and volume sliders can be moved by clicking outside of them | ||
---|---|---|---|
Product: | [Applications] Elisa | Reporter: | Matej Mrenica <matejm98mthw> |
Component: | general | Assignee: | Nate Graham <nate> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugseforuns, nate |
Priority: | VHI | Keywords: | regression |
Version: | 20.04.3 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/multimedia/elisa/commit/f07a85bf3adc8619b2af952aa8c4a15bc96efede | Version Fixed In: | 20.08.0 |
Sentry Crash Report: |
Description
Matej Mrenica
2020-07-13 13:24:38 UTC
Yep, I just noticed this. The background is also misplaced, which seems to be related. We should fix this before 20.08 ships. I will work on this. (In reply to Nate Graham from comment #1) > Yep, I just noticed this. The background is also misplaced, which seems to > be related. > > We should fix this before 20.08 ships. I am not sure I understand the problem with respect to the background. The fact that the active zone of the slider extends to the full height looks like a deliberate choice made in https://phabricator.kde.org/D22951 . We have to decide if we want to keep the easy usage of if we want to revert those changes. I can confirm that reverting the changes indeed solves the issue here. That change did not result in this regression for me until very recently, so I suspect some other relevant thing changed between then and now to trigger the bug. I have found the problem and will submit a merge request soon. A possibly relevant merge request was started @ https://invent.kde.org/multimedia/elisa/-/merge_requests/138 Git commit f07a85bf3adc8619b2af952aa8c4a15bc96efede by Nate Graham. Committed on 27/07/2020 at 21:18. Pushed by ngraham into branch 'release/20.08'. Fix misplaced slider backgrounds Binding x and y to padding values makes no sense, so let's use anchors instead. FIXED-IN: 20.08.0 M +4 -6 src/qml/MediaPlayerControl.qml https://invent.kde.org/multimedia/elisa/commit/f07a85bf3adc8619b2af952aa8c4a15bc96efede This behavior is still reproducible with Elisa 20.08 RC when I click below the album name. Operating System: Arch Linux KDE Plasma Version: 5.19.4 KDE Frameworks Version: 5.72.0 Qt Version: 5.15.0 Oh goodness you're right. I think I know what's up, and I'll fix that too. Git commit adcba7aa89637b2be21e840a6befca9a774986d5 by Nate Graham. Committed on 02/08/2020 at 15:48. Pushed by ngraham into branch 'release/20.08'. Fix excessively tall hit areas for playback and volume sliders M +4 -5 src/qml/MediaPlayerControl.qml https://invent.kde.org/multimedia/elisa/commit/adcba7aa89637b2be21e840a6befca9a774986d5 That should do it for the final release. Thanks for your excellent QA, as always. :) |