ckeditor / ckeditor5

Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
https://ckeditor.com/ckeditor-5
Other
9.36k stars 3.68k forks source link

Test and stabilize composition (IME) using beforeInput on desktop browsers (Mac) #8008

Closed oleq closed 2 years ago

oleq commented 4 years ago

Provide a description of the task

On a F2F call with @niegowski we discovered that Safari on Mac uses deleteByComposition to recompose the typed content. It was a surprise because it seems Chrome does not do that so there are some differences within the same operating system when it comes to IME.

All Mac-compatible browsers must be tested thoroughly to make sure composition is stable and all use-cases (like recomposition) are covered.

Some extra things to verify:

Reinmar commented 2 years ago

Closed together with #7462. We're reorganizing the work in #11438.