Hello Bear Team,
First of all, thank you for releasing the Web version beta! I have been really enjoying it on Windows, but about a month ago, I started experiencing an annoying bug with Korean (IME) text input.
[Environment]
-
OS: Windows
-
Platform: Bear Web Version (Beta)
[Issue Description] When typing in Korean, the spacebar does not register properly on the first press immediately after a character is formed.
For example, if I want to type “가 나” (Ga [Space] Na):
-
I type “가”.
-
I press the spacebar once.
-
Expected: A space should be inserted, resulting in "가 ".
-
Actual: Nothing happens visually (it seems the first spacebar press only concludes the Korean IME composition).
-
I have to press the spacebar a second time to finally get a space.
It seems like the editor is swallowing the first spacebar event because it is recognizing it as the end of the IME composition character block, rather than inserting an actual space character.
Since it began around a month ago, it might be related to a recent update in the web beta. Could you please look into how the editor handles the CompositionEnd event and spacebar inputs for IME users?
Thank you!