Environment
- OS: Windows 10 (10.0.19045)
- Antigravity IDE version: [2.0.4]
- IME: Microsoft Korean IME
Description
When typing Korean (Hangul) in the Agent chat input field, two issues occur:
- Spacing is inserted incorrectly between syllable blocks
- Deleted characters leave ghost text on screen
The Monaco editor area works fine — this is isolated to the chat/agent input
component.
Steps to Reproduce
- Open Agent chat input field
- Switch to Korean IME (한글 mode)
- Type any Korean sentence
- Observe duplicate/ghost characters
Expected: Clean Korean text composition
Actual: Misaligned spacing, deleted characters remain visible
Workaround
Pressing Space before typing Korean reduces (but doesn’t eliminate) the issue.
This appears to be an IME compositionend event handling bug — the input is processed
before composition completes, causing double-write.