ckeditor5 icon indicating copy to clipboard operation
ckeditor5 copied to clipboard

[Windows] Windows text replacement doesn't work on Firefox

Open Witoso opened this issue 1 year ago • 3 comments

📝 Provide detailed reproduction steps (if any)

  1. Enable text suggestions in Windows 10/11 (https://support.microsoft.com/en-us/windows/enable-text-suggestions-in-windows-0bf313ca-c992-4173-aa5f-8341d3953498).
  2. Go to https://ckeditor.com/docs/ckeditor5/latest/examples/builds/classic-editor.html.
  3. Type "thi".
  4. Select "this" from the auto-complete box.

Was fixed on Chrome: https://github.com/ckeditor/ckeditor5/issues/13583

❌ Actual result

The text replaces only the last character from the word, instead of the whole word.


If you'd like to see this fixed sooner, add a 👍 reaction to this post.

Witoso avatar May 26 '23 07:05 Witoso

Thanks @Witoso for creating this! Do you also feel this may be related to the former fix: https://github.com/ckeditor/ckeditor5/issues/14117 -- Also noticed Burmese typing feels a bit broken.

urbanspr1nter avatar May 26 '23 17:05 urbanspr1nter

I think this one is not a regression caused by the fix. Most likely it's something that we missed and didn't work from the beginning.

Witoso avatar May 29 '23 07:05 Witoso

This could be reproducable on MacOS and Grammarly:

  1. When on Firefox, go to the editor.
  2. Scroll to Three monks ascending the stairs of an ancient temple.
  3. Try to replace the ascending with ascended. image
  4. The word is not replaced: image

Witoso avatar Aug 07 '23 09:08 Witoso