mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 05:47:50 -05:00
[PR #15343] [CLOSED] fix: 'Feedback Details' modal opening on 'More' button click #39427
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/15343
Author: @silentoplayz
Created: 6/27/2025
Status: ❌ Closed
Base:
dev← Head:fix-feedbacks-delete📝 Commits (1)
4d07130fix: feedback modal opening on more button click📊 Changes
1 file changed (+29 additions, -8 deletions)
View changed files
📝
src/lib/components/admin/Evaluations/Feedbacks.svelte(+29 -8)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
role="button"andtabindex="0"attributes to feedback table rows to enable keyboard navigation and activation.on:keydownevent handlers to feedback table rows to open the feedback modal whenEnterorSpacekeys are pressed.divelement around theFeedbackMenucomponent, includingon:click|stopPropagation,role="button",tabindex="0", andon:keydownto ensure the menu button is independently accessible by keyboard and prevents unwanted event bubbling to the parent row.Changed
<tr>elements within the feedback table to be keyboard-navigable and activatable, improving the user experience for keyboard-only users.type="button"to the button element within theFeedbackMenuto ensure correct semantic behavior.Fixed
Additional Information
Screenshots or Videos
Before:



After:
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.