[Bug 25288] Should change the definition of InputEvent.isComposing
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25288 Gary Kacmarcik <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #2 from Gary Kacmarcik <[email protected]> --- 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.