[Bug 25291] Should define input event should be fired after compositionend
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25291 Gary Kacmarcik <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Gary Kacmarcik <[email protected]> --- In addition, we should be including beforeinput as well. I've updated section 5.2.7.6 "Input Events During Composition" based on our previous discussion (https://docs.google.com/document/d/1pGo9hmOXCu71lnpXbqpTQNQP70DU9E-1tNN3yEWg5ig/edit?usp=sharing): ----------------+------------------------------------------------ compositionend | ----------------+------------------------------------------------ beforeinput | Sent only if we’re about to update the DOM. | Cancelling this will prevent the update and | the input event. ----------------+------------------------------------------------ | If DOM was not updated during composition, | it is updated now ----------------+------------------------------------------------ input | Sent only if the DOM was updated. ----------------+------------------------------------------------ Please review that section when you get a chance. -- You are receiving this mail because: You are on the CC list for the bug.