-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[🐛 BUG] Chat control should automatically scroll down when a new message is added #2281
Comments
Hi, I'd like to contribute to solving this issue. I plan to implement an automatic scroll-to-bottom functionality for the chat control when a new message is added, with an optional setting to toggle this behavior. I'll make sure to consider the current implementation and test the changes thoroughly. Please let me know if there are any specific requirements or considerations I should keep in mind. Thanks! |
I have assigned it to you! This should automatically scroll down only if you are already scrolled down at the bottom |
@Akashns007. This issue suddenly appears to be a priority. Here are the requirements:
I see no point of providing a new property to handle this, which should be the normal behavior. |
Fixed in 4.0.2 |
What went wrong? 🤔
This is needed in a patch version of the 4.0 version.
This issue comes from a customer who needs to solve this in December.
When a new message is added in the chat control, the chat should (or should at least have the option to) automatically scroll down to see the new message, even if the chat is not scrolled all the way down.
Steps to Reproduce Issue
Using the following:
Type a bunch of messages until there is no more space left in the chat control. The newer messages won't be visible unless you scroll.
Browsers
Chrome
OS
Windows
Version of Taipy
4.0.1
Acceptance Criteria
Code of Conduct
The text was updated successfully, but these errors were encountered: