[Bug 22070] Add input/beforeinput events to D3E [was "Revive textInput"]

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22070

--- Comment #11 from Gary Kacmarcik <garykac@google.com> ---
(In reply to comment #9)
> First, I believe that beforeinput should be fired only before/after keypress
> events and before compositionend event. I.e., I don't think it should be
> fired before composition update event.

'keypress' events aren't defined in the spec, but other than that I
wholeheartedly agree. 'beforeinput' should happen before the 'compositionend'
and 'input' should fire after that.

It doesn't make sense for it to fire after composition update events.

> When you add beforeinput to the spec, please define the event order of
> beforeinput especially with keypress, compositionend event.

keypress is not going to be part of the spec. 'beforeinput' will have the
information that 'textInput' was going to have, so 'beforeinput' will be the
replacement for 'keypress'.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Saturday, 18 May 2013 00:58:21 UTC