-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Chatroom scrolling bug #2548
Comments
@taoeffect
Q. reference: group-income/frontend/views/containers/chatroom/ChatMain.vue Lines 174 to 182 in 5b89d70
Is my understanding correct? |
That's correct. 👍 |
Closed in #2598! |
Problem
Switching between chatrooms when you've left scrolled to the bottom doesn't show the bottom when you switch back:
scrolling-bug-ff.compressed.mov
Solution
Make sure that you're scrolled all the way down, while still preserving the ability to remember where you were.
If you're far enough down it should scroll you all the way to the bottom.
*Note: implement #2556 before implementing this issue.
The text was updated successfully, but these errors were encountered: