Implement basic composition (IME) support using beforeInput #8007
Labels
domain:typing/ime
This issue reports a problem with standard typing & IME (typing method for CJK languages).
domain:ui/ux
This issue reports a problem related to UI or UX.
package:typing
resolution:duplicate
This issue is a duplicate of another issue and was merged into it.
squad:core
Issue to be handled by the Core team.
type:task
This issue reports a chore (non-production change) and other types of "todos".
Provide a description of the task
This includes
insertCompositionText
,deleteByComposition
beforeInput
types andcompositionstart/end
handling on the document-level.So far, the only working strategy was blocking
Renderer
andSelectionObserver
completely when the composition is on and then a single transaction to the model oncompositionend
. There are some concerns regarding this strategy, though (e.g. autocomplete).The text was updated successfully, but these errors were encountered: