-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeline flickering when paginating forwards(?) #3576
Comments
I've seen this too, and I highly suspect that is something to do with recent changes to pagination - matrix-org/matrix-react-sdk#785. FTR I've seen it whilst back paginating. For me, it seems unpagination (from the front) appears to be unpaginating events up to the very bottom of the viewport. |
FWIW experiencing this too: https://matrix.to/#/!DgvjtOljKujDBrxyHk:matrix.org/$14914957171012721kQmkF:matrix.org |
Just grabbed some logs when some flickering occured:
^ that was just some scrolling, now for the pagination stuff
The difference between that ^ and what happens during a "normal" backward pagination is that Including logs from the timeline panel: (interesting bit being " Unpaginating 104 in direction f", which confirms my theory of loads of events being unpaginated from the front. whether this is a higher number than normal / too many events, I don't know)
|
I hypothesised that we were starting at the wrong end of the timeline when unpagination, which meant that all the tiles that should have been unpaginated were actually being kept. Or something like that... Anyway, the fix is one |
Our auto-deploy was down :) |
Can confirm, my issue is fixed! 🎉 |
Description
Unsure if this happens on any other branch besides develop.
When scrolling down, reading the backlog of a room like HQ, the screen occasionally has a fit and scrolls wildly. I'm not sure what the actual steps to reproduce this issue are, but based on anecdotal evidence it appears it has something to do with when the next "chunk" is loaded ahead of me scrolling to that position. It appears as though link previews/images cause a more dramatic effect, if they appear in the newly-loaded section.
Log: not sent (unable)
Version information
The text was updated successfully, but these errors were encountered: