https://bugs.kde.org/show_bug.cgi?id=427894
Marco Martin <notm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In|5.24 |5.27 Status|REOPENED |RESOLVED Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-workspace/-/commi |ma/plasma-workspace/commit/ |t/5169dff83384cf255ecfbd600 |c7e0537f571e3c6a1db994233e2 |036b80763f0885e |42e1b6bdfc2fd Resolution|--- |FIXED --- Comment #15 from Marco Martin <notm...@gmail.com> --- Git commit c7e0537f571e3c6a1db994233e242e1b6bdfc2fd by Marco Martin. Committed on 25/01/2023 at 14:40. Pushed by mart into branch 'master'. Replace the Transitions in the ListView with custom animations Add/displace etc transitions don't work when the items change size during the animation (showing/hiding the show more/show less button) in that case they will animate to a wrong position and stay there the kind of animation should be unchanged and work the same FIXED-IN: 5.27 ## Test case ``` for i in {1..6}; do notify-send foo bar -h string:desktop-entry:firefox sleep 1 done for i in {1..6}; do notify-send foo bar -h string:desktop-entry:org.kde.dolphin sleep 1 done ``` Open Notifications widget Close it Open it again Click "Show x more" button for any group M +70 -34 applets/notifications/package/contents/ui/FullRepresentation.qml https://invent.kde.org/plasma/plasma-workspace/commit/c7e0537f571e3c6a1db994233e242e1b6bdfc2fd -- You are receiving this mail because: You are watching all bug changes.