Skip to content

fix: thread scrolling position#11674

Merged
GretaD merged 1 commit intomainfrom
fix/scrolling-message-position
Feb 20, 2026
Merged

fix: thread scrolling position#11674
GretaD merged 1 commit intomainfrom
fix/scrolling-message-position

Conversation

@GretaD
Copy link
Copy Markdown
Contributor

@GretaD GretaD commented Sep 12, 2025

block: 'top' doesnt exist :( even though it gives us the right behavior. (an error is thrown)

Follow-up to #11648

Fixes #12402

@GretaD GretaD self-assigned this Sep 12, 2025
@GretaD GretaD added the bug label Sep 12, 2025
@GretaD GretaD requested a review from kesselb as a code owner September 12, 2025 15:46
@GretaD GretaD marked this pull request as draft September 15, 2025 08:48
@nextcloud nextcloud deleted a comment from GretaD Sep 17, 2025
@ChristophWurst
Copy link
Copy Markdown
Member

/backport to stable5.5

Copy link
Copy Markdown
Member

@ChristophWurst ChristophWurst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested but doesn't seem to work as expected. Single message threads are scrolled down slightly, while I expect them to stay at the top.
For actual threads with many messages the scrolling goes too far - probably the same distance as the case with one message.

You have added a container element, but scrolling is still done on the same element as before. Did you mean to change that?

@GretaD GretaD force-pushed the fix/scrolling-message-position branch 2 times, most recently from 25bfb30 to ed65031 Compare February 20, 2026 15:14
Signed-off-by: greta <gretadoci@gmail.com>
@GretaD GretaD force-pushed the fix/scrolling-message-position branch from ed65031 to 7d4f1be Compare February 20, 2026 15:19
@GretaD GretaD merged commit 80f7408 into main Feb 20, 2026
41 checks passed
@GretaD GretaD deleted the fix/scrolling-message-position branch February 20, 2026 15:31
@kesselb
Copy link
Copy Markdown
Contributor

kesselb commented Feb 20, 2026

/backport to stable5.7

@kesselb
Copy link
Copy Markdown
Contributor

kesselb commented Feb 20, 2026

/backport to stable5.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Full of scrollIntoView JS-TypeErrors

4 participants