fix(ui): preserve CJK IME composition#93498
Merged
vincentkoc merged 2 commits intoJun 16, 2026
Merged
Conversation
Member
|
Land-ready after maintainer repair.
|
vincentkoc
force-pushed
the
fix-control-ui-ime-composition-main-20260616
branch
from
June 16, 2026 06:28
2f7c8d7 to
dc9c296
Compare
vincentkoc
force-pushed
the
fix-control-ui-ime-composition-main-20260616
branch
from
June 16, 2026 06:34
dc9c296 to
c84ef0b
Compare
Member
|
Merged via squash.
Thanks @Zhaoqj2016! |
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
Jun 17, 2026
Merged via squash. Prepared head SHA: c84ef0b Co-authored-by: Zhaoqj2016 <[email protected]> Co-authored-by: vincentkoc <[email protected]> Reviewed-by: @vincentkoc
crh-code
pushed a commit
to crh-code/openclaw
that referenced
this pull request
Jun 18, 2026
Merged via squash. Prepared head SHA: c84ef0b Co-authored-by: Zhaoqj2016 <[email protected]> Co-authored-by: vincentkoc <[email protected]> Reviewed-by: @vincentkoc
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.
Summary
Fixes #86035.
This is a fresh narrow replacement PR based on the latest
main, continuing/superseding #86036 and #91087 after the previous replacement branch accumulated unrelated changes. It keeps the patch limited to the Control UI chat composer implementation and tests.Changes
compositionend.Real behavior proof
The live macOS/Chrome Control UI proof and reproduction details are preserved in the original issue/PR trail: #86035, #86036, and #91087. This PR ports that same focused fix onto current
mainwith only the Control UI files touched.Test plan
node scripts/run-vitest.mjs ui/src/ui/views/chat.test.tsgit diff --checkNote: I also attempted
corepack pnpm --dir ui build, but it remained stuck in the dependency install/build path after completing the lockfile supply-chain check and dependency install scripts, so I stopped it and kept the validation to the focused UI test shard plus diff check.