-
-
Notifications
You must be signed in to change notification settings - Fork 170
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
Chat-view does not scroll down on incoming message #1783
Comments
@WhaleHub yes, but this isn't optimal. We still need to work on the chatview to make it nice. |
I think optimal is: if now a text already scrolled to the bottom, need to auto-scroll on incoming messages, if not, don't need to auto-scroll. |
#1742 says, if the view is 7px close to end of list, scrolling down takes place, otherwise not. maybe, these 7px are the issue and far too less. i would say sth as "height of window" or maybe some static 500px. if in doubt, a bit too much seems to be fine. scrolling down is only an issue when scrolling up to read the backlog in a frequently used chat - but then it is really annoying and may prevent reading the backlog at all. |
i think i found at least one way to reproduce: if i am writing in a chat where the last message is from yesterday, then i will not see my own typed message -- only half of the day-marker. my own message that ijust type is invisible below |
was fixed in #1793 |
current master of node + desktop today.
This worked with node/desktop-master 1-2 weeks ago.
The text was updated successfully, but these errors were encountered: