6 ms·
The UI animations are impressive; they are cute and have a nice vibe. However, I discovered one bug. I am Korean, and when I write a memo in Korean on a sticke
by mjkl7896 2mo ago
The UI animations are impressive; they are cute and have a nice vibe.
However, I discovered one bug. I am Korean, and when I write a memo in Korean on a sticker and press Enter, two notepads appear. This is a very familiar bug to me.
- NuclearPM 2mo agoHow is it familiar?
- mjkl7896 2mo agoIt was a bug I frequently encountered when developing websites that support Korean.
- tonyarkles 2mo agoDo you know what causes this? I'm really curious!
- mjkl7896 2mo ago[dead]
- pech0rin 2mo agoits an IME bug and software is ripe with them. you need to do a check to see if the user “isComposing” (i think is the function). because enter is used in IME to pick characters based on input. its the same with japanese and chinese. whole slew of US based SaaS products never deal with it and it makes input unbearable for these languages.
- tonyarkles 2mo agoOh! TIL! Thanks for sharing that, I don't do web stuff much these days but will keep it in mind next time I do.
- passiflora96 2mo agooh thanks for letting me know. I still haven't thought about supporting multiple languages other that english, since developing such a big app in itself is such a big feat lol. But ill fix this bug asap. Thanks for the feedback!