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

--- Comment #2 from Nate Graham <n...@kde.org> ---
I was able to reproduce this fairly reliably by scrolling up a ton to view a
chat's backlog, and then scrolling down. Doing that, I was able to git bisect
and find the culprit:


fb3b1490a9803392f7ba1318b89ea33ff73e5d61 is the first bad commit
commit fb3b1490a9803392f7ba1318b89ea33ff73e5d61
Author: James Graham <james.h.gra...@protonmail.com>
Date:   Sun Jan 28 17:13:23 2024 +0000

    Compact Mode Improvements

    Get rid of the anchors and move to layouts for th bubble and avatars.

    This allows the timestamp to be fixed in compact mode so it always sits on
the far right. It's also just now more compact than before.

    ![image](/uploads/7747a9b3f2f4cfb56a8d9b0f943a127f/image.png)

 src/qml/Bubble.qml           |   1 +
 src/qml/MessageDelegate.qml  | 130 ++++++++++++++++++-------------------------
 src/qml/TimelineDelegate.qml |   2 +-
 3 files changed, 57 insertions(+), 76 deletions(-)


Indeed, reverting that commit locally has fixed the issue for me.

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

Reply via email to