mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
UI Lockup on Message Interaction #2233
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chrisoutwright on GitHub (Sep 28, 2024).
Bug Report: UI Lockup on Message Interaction
Installation Method
Environment
Confirmation:
Expected Behavior
The chat message should be clickable, allowing interaction without causing the browser to freeze or CPU to spike.
Actual Behavior
When clicking on a specific message (ID:
6fee83cf-52c6-4c20-bc44-390858f2e848), the UI freezes, and the CPU usage spikes to 100%. The browser becomes unresponsive until manually stopped.Description
Bug Summary:
The UI becomes unresponsive when clicking on the last message (
6fee83cf-52c6-4c20-bc44-390858f2e848) in the chat history, causing a CPU spike and browser freeze. (Multi-Model Messaging used)Reproduction Details
Steps to Reproduce:
chat-export-1727554950475.json). (not sure if possible via json, but found no other way)6fee83cf-52c6-4c20-bc44-390858f2e848.Logs and Screenshots
Browser Console Logs:
Screenshots/Screen Recordings (if applicable):
[Attach screenshots or screen recordings if available]
Additional Information
on:clickthat handlesmessageChildrenIds, possibly creating an infinite loop or resource lockup.Note
Please ensure that the bug report follows the guidelines, including all required details, logs, and reproduction steps. Thank you!
chat-export-1727554950475.json
@tjbck commented on GitHub (Sep 29, 2024):
Good catch, fix on dev! Testing wanted here!