[🐛 BUG] Height property on chat control disables auto-scroll #2111
Labels
🖰 GUI
Related to GUI
🆘 Help wanted
Open to participation from the community
💥Malfunction
Addresses an identified problem.
🟧 Priority: High
Must be addressed as soon
What went wrong? 🤔
Setting the
height
property on a chat control will disable the feature where the chat auto-scrolls down when new messages appear.Expected Behavior
The auto-scroll feature should function even when
height
is setSteps to Reproduce Issue
Run this code and type a bunch of messages until the chat is filled with messages:
The chat will not scroll down for the new messages
Removing the
height
property solves the issueBrowsers
Chrome
OS
Windows
Version of Taipy
4.0.0
Acceptance Criteria
Code of Conduct
The text was updated successfully, but these errors were encountered: