CIDER: Choosing latin input in Chinese IME sends the message on Safari/macOS #10957
Labels
A-Composer
O-Uncommon
Most users are unlikely to come across this or unexpected workflow
S-Tolerable
Low/no impact on users
T-Defect
Z-Platform-Specific
This came up while testing #10913
Whem pressing Enter while using the Chinese IME to pick the latin input will send the message in Safari on macOS. This is because it sends a keydown event for the Enter key when the
compositionend
event has been fired already. I haven't come up with a way to distinguish this event from a Enter press that shouldn't be ignored (e.g. after typing chinese and using space to pick the chinese input).Filed the issue for future reference, but no ideas to fix this soon.
The text was updated successfully, but these errors were encountered: