commit | cbc8705580e994897178275004a63f4a35c624b2 | [log] [tgz] |
---|---|---|
author | Orko Garai <orko@igalia.com> | Wed Jun 11 01:03:00 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 11 01:03:00 2025 |
tree | 86511c5063adbb0376c16dd84e04636fd6606a48 | |
parent | 4bd2c67c01c0978d55fe491c5609aa895181d986 [diff] |
ozone/wayland: Fix regression in input field selection Fix regression caused by https://crrev.com/c/6626557 which made text input empty on re-focus. Cause for regression: If empty preedit is notified when there is no existing preedit, it clears the surrounding text internally in chromium. So ensure preedit is notified only when it is different from previously applied preedit. R=fangzhoug Bug: 409716545 Fixed: 423207116 Change-Id: I6426d89962e3ceaa35a64724c654491c8cc9e6cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6634635 Reviewed-by: Kramer Ge <fangzhoug@chromium.org> Commit-Queue: Orko Garai <orko@igalia.com> Cr-Commit-Position: refs/heads/main@{#1472161}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.