- From: Masayuki Nakano <notifications@github.com>
- Date: Wed, 02 Sep 2015 19:52:25 -0700
- To: w3c/uievents <uievents@noreply.github.com>
Received on Thursday, 3 September 2015 02:52:54 UTC
> 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