-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Weird scroll-animation/jumps in Chat #2232
Comments
This looks like it was supposed to be fixed in 1.46.8 but it is very much persisting. It still has jumpy-ness and it's very annoying how it will never scroll to bottom automatically like when you're sending multiple consecutive messages in a chat |
This is caused by the textView being removed from superview and re-added when I am rewriting the |
that'd be very welcome - we're struggling with that quite a while without really getting a grip on it. really looking forward and curious about the details 🤩 |
very nice to have this fixed! 👌 |
sometimes, there is some unneeded scrolling of the message list:
instead of just shifting the view some pixels up in case of a new message,
scrolling takes place from the very top to the bottom.
this issue is pretty old, but here is a way to get a reproducible comparison with correct scrolling:
leave the "Saved Messages" chat open, but now send a message from another device:
so, question is, what is the difference between wrong s2, s3 and fine s1, o1, o2
RPReplay_Final1720705004.mov
(ignore the flickering scroll down button, see here)
Note to self:
The text was updated successfully, but these errors were encountered: