[Bug 25288] Should change the definition of InputEvent.isComposing

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

Gary Kacmarcik <garykac@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #2 from Gary Kacmarcik <garykac@google.com> ---
I don't see what is gained by adding something like "Additionally, there is
uncommitted composition string." to the end of the InputEvent definition.

isComposing is true for all events between compositionstart and compositionend.
It is false in all other cases.  This is a simple and clear definition.

If isComposing needs a more complex definition, then we should probably punt it
into UIEvents so we have time to discuss it properly.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Tuesday, 8 April 2014 05:46:29 UTC