https://bugs.kde.org/show_bug.cgi?id=427894

Marco Martin <notm...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
                   |ma/plasma-workspace/commit/ |ma/plasma-workspace/commit/
                   |c7e0537f571e3c6a1db994233e2 |78cb485ac6d8c2e8a2c4e155cb4
                   |42e1b6bdfc2fd               |6070e179afcd2

--- Comment #16 from Marco Martin <notm...@gmail.com> ---
Git commit 78cb485ac6d8c2e8a2c4e155cb46070e179afcd2 by Marco Martin.
Committed on 25/01/2023 at 14:41.
Pushed by mart into branch 'Plasma/5.27'.

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/78cb485ac6d8c2e8a2c4e155cb46070e179afcd2

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to