mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
issue: Cannot open citation modal from inline citation #5611
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 @EntropyYue on GitHub (Jun 21, 2025).
Originally assigned to: @tjbck on GitHub.
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.15
Ollama Version (if applicable)
No response
Operating System
Windows 10
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
The citation modal should always be able to be opened from inline citations
Actual Behavior
Inline citations will not open when there are more than 3 citations
Steps to Reproduce
Create Chat
Upload 4 Documents
Send Any Text
Model Generates Inline Citations
Click on the inline citation, and find that the citation modal box has not been opened
Logs & Screenshots
No errors or logs
Additional Information
I used
git bisectto locate the submission that introduced the error is8e60174e0d@jelka71 commented on GitHub (Jun 28, 2025):
We see exact same issues (v0.6.15)
@jrkropp commented on GitHub (Jul 30, 2025):
We're experiencing the same issue where inline citations stop being clickable when there are more than three citations. I noticed that in Citations.svelte, citations are rendered differently when there are more than three. Specifically, the tags are missing the id={source-${id}-${idx + 1}} attribute. I wonder if that is why.