Timeline goes blank after jumping to first unread a couple weeks back and then scrolling down
See original GitHub issueSteps to reproduce
- Have a room with many unreads
- Click the “Jump to first unread message.” ^ up-arrow
- Scroll down
- At a certain point, the timeline just goes blank with no scroll
Outcome
What did you expect?
The timeline continues infinite scrolling like normal
What happened instead?
The timeline just goes completely blank and doesn’t recover. Sometimes it can recover and loads again but at slightly different place.
I’ve reproduced with and without a poll in the mix.
Dev notes
Can we add a way to enable DEBUG_SCROLL
for the ScrollPanel
without having to rebuild the app with the boolean changed to true
? I just want to enable logs for what I am looking at in the devtools console after the app is deployed and running.
Created https://github.com/vector-im/element-web/issues/21532 to track this separately ⏩
Operating system
Windows 10
Browser information
Chrome Version 99.0.4844.74
URL for webapp
develop.element.io
Application version
585b651b4c0e-react-8cd805ad2317-js-75674d961a15
and 269ec4609ade-react-ebbda285ca6a-js-a6fe8797f0b0
Homeserver
matrix.org
Will you send logs?
Yes
Rageshake logs:
- https://github.com/matrix-org/element-web-rageshakes/issues/11610
- https://github.com/matrix-org/element-web-rageshakes/issues/11627
Seems related/correlated to a bunch of these type of log lines:
Discarding an event, we don't have a call/peerConn m.room.encrypted
Discarding an event, we don't have a call/peerConn org.matrix.msc3381.poll.response
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top GitHub Comments
Rageshakes on that issue have the same logs you identified:
Thanks @t3chguy ⏩