ckeditor / ckeditor4

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

Failing test: tests/plugins/widget/manual/block #4695

Closed sculpt0r closed 3 years ago

sculpt0r commented 3 years ago

Type of report

Failing test

Provide detailed reproduction steps (if any)

  1. Put Lenna inside an empty widget
  2. Try to drag outside widget into Lenna description text -> additional line appears abowe Lenna widget
  3. Try to drag outside widget above Lenna -> additional line disappear

DnD widget

Expected result

Nothing happened after point 2 and 3

Actual result

An additional line appears above Lena after step 2. An additional line is gone after step 3.

Other details

f1ames commented 3 years ago

Hmmm, I recall similar issue but couldn't find anything reported, the only one is #997.

@sculpt0r could you check if it's a regression (e.g. does it happen in 4.14.0)?

sculpt0r commented 3 years ago

There is no such issue in: 4.16.0, 4.15.1, 4.15.0, 4.14.1, 4.14.0. So, I add a label.

Dumluregn commented 3 years ago

Potential suspect: https://github.com/ckeditor/ckeditor4/pull/4618.

sculpt0r commented 3 years ago

@Dumluregn - indeed :) Reverting merge from #4618 makes this work again. However, it also makes the old issue come back... ;(

Comandeer commented 3 years ago

I can't reproduce the issue.