mozilla / chat.mozillafoundation.org

Open source Slack-alternative in Golang and React - Mattermost
http://mattermost.org
Other
4 stars 6 forks source link

Mattermoz doesn't scroll when someone talks #42

Closed mmmavis closed 8 years ago

mmmavis commented 8 years ago

... which means every time a message comes in you will have to manually scroll down to the bottom of the page to see it.

alanmoo commented 8 years ago

If the user has previously scrolled up, this makes sense as a behavior. But the problem I've seen in the past (though have been unable to consistently replicate) is that sometimes I'm at the bottom and new messages come in without scrolling, or there's no indication that there are new messages since I scrolled up.

alanmoo commented 8 years ago

Relevant JIRA tickets upstream: https://mattermost.atlassian.net/browse/PLT-1021 https://mattermost.atlassian.net/browse/PLT-1815

alanmoo commented 8 years ago

1815 (linked above) was turned into https://mattermost.atlassian.net/browse/PLT-1917, and I think that's the one I should solve to fix the usability (though 1021 might also be useful).

gideonthomas commented 8 years ago

This is impossible to reproduce. It seems to have nothing to do with losing focus or switching channels. I also do not really see anything obviously wrong in their code. Have either of you @alanmoo or @mmmavis noticed this recently? If so, can you post the STR?

alanmoo commented 8 years ago

It's kind of like a peripheral vision issue- you don't quite notice it when you're looking straight at it, it's strange UX. That being said, I think addressing https://mattermost.atlassian.net/browse/PLT-1917 will make progress towards negating the heart of the issue, which is users not realizing there are new messages to read.

alanmoo commented 8 years ago

Submitted at https://github.com/mattermost/platform/pull/2612

alanmoo commented 8 years ago

🎉This has been merged in upstream, will be a part of the May release! 🎉

Pomax commented 8 years ago

awesome!