-
It is hard to tell what exactly is happening here. I think that "longer" messages may need to be redrawn causing the layout to be changed (changed item size) but that is done by macOS under the hood so I cannot fix that, however, it may be also caused by sending "chat markers" to self to mark messages that were read (syncing read status between clients), but that shouldn't take so long.
-
I do not think we can, as prerendering is done by macOS when required. It is possible to prerender everything, but as it is time and CPU intensive it is disabled by default. I've tried to do that some time ago and it made Beagle basically useless due to the time required to open the chat.
Type |
Bug
|
Priority |
Normal
|
Assignee |
Issue Votes (0)
Watchers (0)
https://files.rpi.unir.se/f/19c913cd2c5b4d329511/
It looks like it's caused by post-processing of some messages (edition?) and loading images. Once the view has been scrolled to the bottom then scrolling up and down is smooth and consistent. Unfortunately this jolting scrolling makes reading somewhat more difficult.