Chinese IME backspace deletes entire composition instead of last character
OS: Android 11.0+ · Device: Any Android device Any · Browser: Chrome Mobile 100.0+ · Keyboard: Chinese (Pinyin) IME
Open case →Scenario
Chinese IME backspace deletes entire composition instead of last character
Visual view of how this scenario connects to its concrete cases and environments. Nodes can be dragged and clicked.
Each row is a concrete case for this scenario, with a dedicated document and playground.
| Case | OS | Device | Browser | Keyboard | Status |
|---|---|---|---|---|---|
| ce-0219-chinese-ime-backspace-android | Android 11.0+ | Any Android device Any | Chrome Mobile 100.0+ | Chinese (Pinyin) IME | draft |
Open a case to see the detailed description and its dedicated playground.
OS: Android 11.0+ · Device: Any Android device Any · Browser: Chrome Mobile 100.0+ · Keyboard: Chinese (Pinyin) IME
Open case →Other scenarios that share similar tags or category.
On Chrome Mobile for Android, typing certain punctuation characters (commas, colons, semicolons, quotes, etc.) in the middle of a word causes the cursor to jump to the end of the word instead of staying at the insertion point.
In Chrome on Android, input events may fire when a contenteditable element gains or loses focus, even without content changes. This behavior can lead to unintended side effects in applications relying on input events for content modification detection.
The enterkeyhint attribute, which controls the label on the Enter key on mobile keyboards, does not work on contenteditable elements. The Enter key label remains the default regardless of the attribute value.
The getTargetRanges() method in beforeinput events may return an empty array or undefined in various scenarios, including text prediction, certain IME compositions, or specific browser/device combinations. When getTargetRanges() is unavailable, developers must rely on window.getSelection() as a fallback, but this may be less accurate.
Comprehensive system for managing IME (Input Method Editor) composition state across different browsers and IME implementations, including state tracking, event normalization, and cross-platform consistency.
Have questions, suggestions, or want to share your experience? Join the discussion below.