Enhanced image plugin drag and drop broken in 4.14.0 #3953
Labels
plugin:clipboard
The plugin which probably causes the issue.
regression
This issue is a regression.
status:confirmed
An issue confirmed by the development team.
type:bug
A bug.
I'm not sure about other versions, but in ckeditor 4.14.0 drag and drop to reposition an image using enhanced image plugin is broken, including on the demo page here:
https://ckeditor.com/docs/ckeditor4/latest/examples/image2.html
I checked in the latest firefox and chrome on ubuntu 18.04 linux.
Steps to reproduce:
This will produce error output in the js console, and will not reposition the image as expected.
Error output in chrome after drag and drop of enhance image in editor:
ckeditor.js:716 Uncaught TypeError: Cannot read property 'endContainer' of undefined
at Object.isDropRangeAffectedByDragRange (ckeditor.js:716)
at Object.internalDrop (ckeditor.js:717)
at ckeditor.js:706
The text was updated successfully, but these errors were encountered: