[🐛 BUG] Chat control "new message" pop-up is weirdly placed and often inaccessible #2112
Open
1 of 7 tasks
Labels
🖰 GUI
Related to GUI
🆘 Help wanted
Open to participation from the community
💥Malfunction
Addresses an identified problem.
🟨 Priority: Medium
Not blocking but should be addressed
What went wrong? 🤔
The chat control has a pop-up button saying "A new message is available" when you type a new message and the chat has not auto-scrolled down. Clicking on the button scrolls down to the last message. This pop-up is placed weirdly. For example, here, it overlaps with the chat control:
In another app, it was hidden behind the sidebar:
In another one, it's hidden off-screen:
Expected Behavior
This pop-up should probably be in a fixed position on the page, and it should be laid on top of anything else, like a notification (the ones spawned by
gui.notify
), for exampleSteps to Reproduce Issue
Run this code and type many messages until they fill the screen. The pop-up will appear.
Browsers
Chrome
OS
Windows
Version of Taipy
4.0.0
Acceptance Criteria
Code of Conduct
The text was updated successfully, but these errors were encountered: