fix(chat): enhance pointer event handling in chat components#38385
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #38385 +/- ##
==========================================
- Coverage 85.29% 85.29% -0.01%
==========================================
Files 4993 4993
Lines 263995 263997 +2
Branches 50097 50099 +2
==========================================
+ Hits 225179 225180 +1
- Misses 34408 34409 +1
Partials 4408 4408
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
zxhlyh
approved these changes
Jul 3, 2026
WTW0313
added a commit
that referenced
this pull request
Jul 7, 2026
WTW0313
added a commit
that referenced
this pull request
Jul 7, 2026
(cherry picked from comimt 5b4ceac)
WTW0313
added a commit
that referenced
this pull request
Jul 7, 2026
(cherry picked from commit 5b4ceac)
WTW0313
added a commit
that referenced
this pull request
Jul 7, 2026
(cherry picked from commit 5b4ceac)
WTW0313
added a commit
that referenced
this pull request
Jul 7, 2026
(cherry picked from commit 5b4ceac)
wylswz
pushed a commit
that referenced
this pull request
Jul 8, 2026
(cherry picked from commit 5b4ceac)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Important
Fixes #<issue number>.Summary
Fixes inner ticket 3232
Problem: the chat footer spans the full conversation width, so the blank space around the composer intercepted pointer events and blocked interactions with the content underneath.
Fix: make the footer and inner layout pass pointer events through by default, then restore pointer events only on the actual interactive controls, including the chat input, feature bar, suggested-question buttons, and stop-responding button.
Screenshots
Before:
chat-ui-bug.mp4
After:
chat-ui-fixed.mp4
Checklist
make lint && make type-check(backend) andcd web && pnpm exec vp staged(frontend) to appease the lint gods