-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Extra space (gap) above messages #20896
Comments
That gap is part of the pagination mechanism in ScrollPanel, removing it makes very bad things happen (never ending backpagination), making it smaller should be sane though, but it was made 400px seemingly quite intentionally matrix-org/matrix-react-sdk@86c13b9 |
@t3chguy Is the space supposed to grow with more items? |
The list is effectively split into pages of that size and rounded up |
Not specific to thread panel nor to multi line messages |
The comment around this is
|
Fixed by matrix-org/matrix-react-sdk#8392 |
Steps to reproduce
It looks like the extra space is caused by
<ol class="mx_RoomView_MessageList" aria-live="polite" style="height: 2000px;">
Outcome
What did you expect?
No extra random space as replies come in (space grows as more replies come in)
What happened instead?
Extra space (gap) above first message)
Operating system
Windows 10
Application version
Element version: 64242a0-react-78e78292cb62-js-b07457726bf5 Olm version: 3.2.8
How did you install the app?
https://develop.element.io/
Homeserver
matrix.org
Will you send logs?
No
The text was updated successfully, but these errors were encountered: