Comment 11 for bug 1999207

Revision history for this message
Sharcoux (darksharcoux) wrote :

My app is a React app. It contains an advanced text editor. To develop it we needed to catch the input events made on a contentEditable div to update an internal model. So we need to be aware about any change made to the editor. As the compositionend event is wrong, it generates a difference between our internal model and the current html of the page.

I'm not sure about what you mean by an "ibus app". And how composition events are "ibus specific" mechanism? They are event documented in the HTML5 W3C standard : https://w3c.github.io/uievents/#interface-compositionevent

Is there something I should do in my app that would enable the correct mechanism?

I'm not sure neither about your last question. What would be a desktop where ibus is not present at all?