Opera IME support
Posted
by Fionn
on Stack Overflow
See other posts from Stack Overflow
or by Fionn
Published on 2010-03-23T15:02:06Z
Indexed on
2010/03/23
15:03 UTC
Read the original article
Hit count: 516
Hi,
i am currently trying to get Input Mode Editor (IME) support working with a designMode enabled IFrame.
The problem here is with Opera it seems I don't get any useful notifications from the IME. It seems I get a single keydown with a keycode of 197 if the first time the IME is used - and nothing else ever again (No keycode 229 messages, no textinput event).
With all other browsers keydown events with an keycode of 229 seem to be common if there is something happening in the scope of the IME. And with some goodwill and combination of keyup with keycode 13 and textinput events it seems to be possible to detect the moment the sequence is done.
Thanks
© Stack Overflow or respective owner