Summary: | ExpandableListItem open/close animations do not follow systemwide animation speed | ||
---|---|---|---|
Product: | [Frameworks and Libraries] libplasma | Reporter: | Catty Steve <cattysteve89265> |
Component: | components | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | me, nate, notmart, uwuwotisdis |
Priority: | NOR | Keywords: | qt6 |
Version: | 5.245.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 6.1 | |
Sentry Crash Report: |
Description
Catty Steve
2023-11-16 12:33:41 UTC
Found the issue, patch incoming soon. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-framework/-/merge_requests/975 *** Bug 482493 has been marked as a duplicate of this bug. *** Git commit 796177d05f3339b5f6847665c99be218c2566fe3 by Nate Graham. Committed on 24/03/2024 at 22:47. Pushed by ngraham into branch 'master'. applet: Set a duration for the ExpandableListItem's transitions This way it's under our control and also follows the systemwide animation speed setting. M +2 -2 applet/contents/ui/ConnectionListPage.qml https://invent.kde.org/plasma/plasma-nm/-/commit/796177d05f3339b5f6847665c99be218c2566fe3 Git commit 0d2ba75f20455b1ec0519eb9c8ac3ce9e623f20e by Nate Graham. Committed on 24/03/2024 at 22:48. Pushed by ngraham into branch 'master'. Set a duration for the ExpandableListItem's transitions This way it's under our control and also follows the systemwide animation speed setting. M +2 -2 plasma/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-vault/-/commit/0d2ba75f20455b1ec0519eb9c8ac3ce9e623f20e Git commit a3f126bc07ac33668c5212437519098fc614ecf4 by Nate Graham. Committed on 24/03/2024 at 22:48. Pushed by ngraham into branch 'master'. applet: Set a duration for the ExpandableListItem's transitions This way it's under our control and also follows the systemwide animation speed setting. M +2 -2 src/applet/package/contents/ui/FullRepresentation.qml https://invent.kde.org/plasma/bluedevil/-/commit/a3f126bc07ac33668c5212437519098fc614ecf4 Git commit d638345144fb9697fb1a3845a79142f3ec41f871 by Nate Graham. Committed on 24/03/2024 at 22:48. Pushed by ngraham into branch 'master'. applet: Set a duration for the ExpandableListItem's transitions This way it's under our control and also follows the systemwide animation speed setting. M +2 -2 src/plasmoid/package/contents/ui/FullRepresentation.qml https://invent.kde.org/plasma/print-manager/-/commit/d638345144fb9697fb1a3845a79142f3ec41f871 Git commit 10578ba5caad3b747c927eef60e002fefba4eb9f by Nate Graham. Committed on 24/03/2024 at 22:47. Pushed by ngraham into branch 'master'. applets/devicenotifier: Set duration for the ExpandableListItem transitions This way it's under our control and also follows the systemwide animation speed setting. M +3 -3 applets/devicenotifier/package/contents/ui/FullRepresentation.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/10578ba5caad3b747c927eef60e002fefba4eb9f That should do the trick for all of them. This is now fixed in Plasma 6.1. |