Re: [webkit-dev] Handling IME composition events

2010-07-29 Thread Ojan Vafai
On Thu, Jul 29, 2010 at 9:18 AM, Joone Hur wrote: > On Thu, Jul 29, 2010 at 3:13 AM, Oliver Hunt wrote: > > On Jul 28, 2010, at 8:45 AM, Joone Hur wrote: > >> 3) Keyboard events should not be dispatched during a composition. > > Key events must be sent while an IME is active otherwise sites bre

Re: [webkit-dev] Handling IME composition events

2010-07-29 Thread Joone Hur
On Thu, Jul 29, 2010 at 3:13 AM, Oliver Hunt wrote: > > On Jul 28, 2010, at 8:45 AM, Joone Hur wrote: > >> 3) Keyboard events should not be dispatched during a composition. > Key events must be sent while an IME is active otherwise sites break.  IIRC > you get keydown and keyup events, but not ke

Re: [webkit-dev] Handling IME composition events

2010-07-28 Thread Ojan Vafai
On Wed, Jul 28, 2010 at 11:13 AM, Oliver Hunt wrote: > On Jul 28, 2010, at 8:45 AM, Joone Hur wrote: > > 2) The textInput event should be dispatched after a compositionend event. > Unsure of the specifics of this. There's a discussion on www-...@w3.org about changing the spec here. See http://l

Re: [webkit-dev] Handling IME composition events

2010-07-28 Thread Oliver Hunt
On Jul 28, 2010, at 8:45 AM, Joone Hur wrote: > Hello all, > > I’m working on a Hangul(Korean alphabet) composition issue in WebKit. > https://bugs.webkit.org/show_bug.cgi?id=40518 > By the way, I noticed that WebKit based browsers are inconsistent with > IME composition events. > > According t

[webkit-dev] Handling IME composition events

2010-07-28 Thread Joone Hur
Hello all, I’m working on a Hangul(Korean alphabet) composition issue in WebKit. https://bugs.webkit.org/show_bug.cgi?id=40518 By the way, I noticed that WebKit based browsers are inconsistent with IME composition events. According to the W3C DOM Level 3 events(http://bit.ly/bM7YVQ), 1) A browser