Actions
Bug #91
openMessage deletion causes scroll jump and UI does not update (stale message remains visible) (Web App)
Status:
New
Priority:
Normal
Assignee:
-
Description
When a message is deleted, the chat window unexpectedly scrolls upward, disrupting the user’s position in the conversation. Although the message is successfully removed from the server, it continues to remain visible in the UI, with no visual indication of its deletion.
Steps to Reproduce:
- Open chat
- Send a message
- Delete the last sent message
- Observe UI behavior
Expected Behavior
Message should be removed instantly from UI
Chat should maintain current scroll position
Deletion should reflect in real-time for all users
Actual Behavior
Chat scrolls up automatically
Message remains visible in UI
No real-time update happens
Actions