Skip to content

Issue65 display replies less jumpy

Johannes Renkl requested to merge issue65_displayRepliesLessJumpy into master

This is a bit less elegant as it needs an qml file (MessageItem*.qml) for each message type which doesn't have much code in it, but only instantiates the corresponding MessageContent* component... (instead of using a second loader in MessageItemBase to load the content component). But it doesn't cause the message list to jump around when scrolling down.

Merge request reports