ckeditor / ckeditor4

The best enterprise-grade WYSIWYG editor. Fully customizable with countless features and plugins.
https://ckeditor.com/ckeditor-4
Other
5.79k stars 2.48k forks source link

Deleting a widget with the keyboard removes the whole body (android) #5275

Open sculpt0r opened 2 years ago

sculpt0r commented 2 years ago

Type of report

Bug

Provide detailed reproduction steps (if any)

  1. Run test http://0.0.0.0:1030/tests/core/selection/manual/removewidget
  2. Perform step 1 & 2

Expected result

The same as in test case scenario

Actual result

The image was not removed, the carret is missed, and the editor is not usable anymore. The invalid results are the same for both editors.

Other details

image

jacekbogdanski commented 2 years ago

It looks like the fix applied for https://github.com/ckeditor/ckeditor4/issues/5125 doesn't work on android. I've checked that issue with Pixel 6 and indeed it's still reproducible. iOS works fine.