Summary: | Items overlap while filtering widgets with animation speed set to "Instant" | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | jimbo <loudsquid> |
Component: | Widget Explorer | Assignee: | Nate Graham <nate> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alanas.00, fanzhuyifan, lkzyjsxmn, nate, noahadvs, postix, shubhamarora, tux832 |
Priority: | NOR | ||
Version: | 6.0.4 | ||
Target Milestone: | 1.0 | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/437be0a8dc9480aaff8a819330e3860bf19de01e | Version Fixed In: | 6.1.5 |
Sentry Crash Report: | |||
Attachments: |
Widgets Overlap
Screenshot |
(In reply to jimbo from comment #0) > Created attachment 167445 [details] > Widgets Overlap > > If you are searching for widgets the items will overlap or be oddly spaced. > In the photo there is overlapping and a space between the 'wastebin' and > 'brightnees and color' that shouldn't exist. > > Operating System: KDE neon 6.0 > KDE Plasma Version: 6.0.2 > KDE Frameworks Version: 6.0.0 > Qt Version: 6.6.2 > Kernel Version: 6.5.0-25-generic (64-bit) > Graphics Platform: Wayland I encountered the same problem. This seems to only occur when the animation speed is set to instant. I think this bug should be caused by the duration of the sliding animation being 0. I can confirm my animation speed is set to instant. I can't quite reproduce this issue because when I test it with instant animation speeds, Plasma freezes forever. :/ Even worse! Created attachment 168498 [details]
Screenshot
I am able to reproduce it with animation speed set to instant. Not able to reproduce any freezing issue.
Operating System: EndeavourOS
KDE Plasma Version: 6.0.3
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0
Kernel Version: 6.8.6-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 24 × AMD Ryzen 9 3900X 12-Core Processor
Memory: 15.5 GiB of RAM
Graphics Processor: Mesa Intel® Arc
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: X570 AORUS ELITE
System Version: -CF
*** Bug 490374 has been marked as a duplicate of this bug. *** The freezing is fixed for me now. I can reproduce the issue 100% and will fix it shortly. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2393 To me, this seems to be a Qt bug. I have reported the issue here: https://bugreports.qt.io/browse/QTBUG-127709 A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2419 Git commit 1183d26462dbbe7fb5eeb709ecb23998aa31d32a by Nate Graham. Committed on 07/08/2024 at 16:14. Pushed by ngraham into branch 'master'. WidgetExplorer.qml: work around QML transition bug with animations off Due to https://bugreports.qt.io/browse/QTBUG-127709, zero-speed animations cause the remove and addDisplaced transitions to malfunction: items end up overlapping. Work around it for now by manually disabling those when the animation speed is zero. FIXED-IN: 6.1.5 M +2 -0 desktoppackage/contents/explorer/WidgetExplorer.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/1183d26462dbbe7fb5eeb709ecb23998aa31d32a Git commit 78e222ad6ad15c0f9c4e0ba1a6c012fd9ca792c7 by Nate Graham. Committed on 07/08/2024 at 16:19. Pushed by ngraham into branch 'master'. WidgetExplorer.qml: also apply workaround to add/addDisplaced transition This was accidentally missed in 1183d26462dbbe7fb5eeb709ecb23998aa31d32a M +2 -0 desktoppackage/contents/explorer/WidgetExplorer.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/78e222ad6ad15c0f9c4e0ba1a6c012fd9ca792c7 Git commit 437be0a8dc9480aaff8a819330e3860bf19de01e by Nate Graham. Committed on 07/08/2024 at 16:23. Pushed by ngraham into branch 'Plasma/6.1'. WidgetExplorer.qml: work around QML transition bug with animations off Due to https://bugreports.qt.io/browse/QTBUG-127709, zero-speed animations cause the remove and addDisplaced transitions to malfunction: items end up overlapping. Work around it for now by manually disabling those when the animation speed is zero. FIXED-IN: 6.1.5 (cherry picked from commit 1183d26462dbbe7fb5eeb709ecb23998aa31d32a) (cherry-picked from commit 78e222ad6ad15c0f9c4e0ba1a6c012fd9ca792c7) M +4 -0 desktoppackage/contents/explorer/WidgetExplorer.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/437be0a8dc9480aaff8a819330e3860bf19de01e *** Bug 491944 has been marked as a duplicate of this bug. *** |
Created attachment 167445 [details] Widgets Overlap If you are searching for widgets the items will overlap or be oddly spaced. In the photo there is overlapping and a space between the 'wastebin' and 'brightnees and color' that shouldn't exist. Operating System: KDE neon 6.0 KDE Plasma Version: 6.0.2 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2 Kernel Version: 6.5.0-25-generic (64-bit) Graphics Platform: Wayland