As you said, copy/paste works fine. However, it doesn’t work in Korean input from the keyboard. For example,
‘url_title_char_45392’ => “Nyeon”, // Korean Letter 념
In oder to input above char from Korean keyobard you press Korean input toggle button then you press ‘s’, ‘u’, ‘a’ keys consecutively in order to construct ‘념’ char.
The following page describes how to use MS Korean IME if you want to dig deeper:
http://www.declan-software.com/korean_ime/
It seems that javascript does not fire “keyup” event (to which liveUrlTitle() function is bound) when keyboard mapping software is used. If this is correct, we can do nothing about it.
It seems that easiest way to go around it is this: after typing some chars using keyboard mapping software to type in addition Space and then Backspace; after that convertion will be done and no unneeded characters will be entered.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.