https://bugs.kde.org/show_bug.cgi?id=463235
--- Comment #4 from James Graham <james.h.gra...@protonmail.com> --- (In reply to Jack Hill from comment #3) > (In reply to James Graham from comment #2) > > https://invent.kde.org/network/neochat/-/merge_requests/720 seems to have > > fixed the issue. I haven't had it recur since. Any testing of the current > > master would be appreciated as I'm hesitant to close it as this was > > intermittent and the linked mr may only have improved but not fully solved > > it. > > This seems to have fixed the issue with regards to images. However I still > get problems with urls sent in chat. It seems like messages that contain > urls currently fix the location of the bottom of the message, so when they > expand they end up pushing all messages upwards. > > This has the undesired effect of off-screen messages pushing all viewable > messages upwards for seemingly no reason. > > Maybe you could change it so that url previews that load off-screen (and > below the viewable messages) expand downwards instead? Thanks for this you're right. What's actually happening is the link preview is invisible until all the data is loaded which can take a couple of seconds then it's popping into view. The solution here might be to put a placeholder in there to stop the resizing. -- You are receiving this mail because: You are watching all bug changes.