Remix.run Logo
NuclearPM a day ago

How is it familiar?

mjkl7896 a day ago | parent [-]

It was a bug I frequently encountered when developing websites that support Korean.

tonyarkles a day ago | parent [-]

Do you know what causes this? I'm really curious!

pech0rin a day ago | parent | next [-]

its 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 a day ago | parent [-]

Oh! TIL! Thanks for sharing that, I don't do web stuff much these days but will keep it in mind next time I do.

mjkl7896 a day ago | parent | prev [-]

[dead]