area: compose (typeahead)area: internationalizationbughelp wanted
Description
Basic Info
Zulip Server Version 6.0-dev-2443-g527b656fc9 Forked from upstream at 6.0-dev-2430-ge797715f1d Appears on both web and mac Desktop app V5.9.3
Expected Behavior
When editing topics using IME (for example Chinese) and there already exists a topic with matching character, text should only be inputted after composition event in IME is complete
Actual Behavior
GIVEN
- editing/composing topics using IME (for example Chinese)
- A topic already exists with first IME selection char
WHEN
- Selecting character during inputEvent that doesn't match typeahead
THEN
- the typeahead seems to trigger and inputs the character even before IME is done composing character
Notes
This seems to be related to typeahead interfering with IME selection and triggering before the char selection is done