Re: [uievents] specify how compositionend works if the caret has been moved to a different element (#5)

> Firefox moves the caret to a different element and inserts no characters there by default. If the JS inserts the characters by means of execCommand/insertHTML, the endComposition event is triggered a second time.

I think that if the focused element was <input> or <textarea>, the composition string is committed on the element at moving focus?

IIRC, if it's a contenteditable element, it doesn't work fine due to our editor's bug (and it's very difficult to fix in current design...)

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/5#issuecomment-137309708

Received on Thursday, 3 September 2015 02:52:54 UTC