froala / wysiwyg-editor

The next generation Javascript WYSIWYG HTML Editor.
https://www.froala.com/wysiwyg-editor
Other
5.3k stars 675 forks source link

contenteditable="false" elements are editable by drag & drop #3671

Open chosten opened 5 years ago

chosten commented 5 years ago
Expected behavior.

Drag & dropping text inside an non editable element should not modify that element.

Actual behavior.

The drag & dropped text is inserted inside the non editable element.

Steps to reproduce the problem.

Try to drop some text inside the "This zone can't be edited" block from this jsfiddle: https://jsfiddle.net/qeacj34h/

Editor version.

v3.0.5

OS.

Windows 10

Browser.

Chrome 77

lsbyerley commented 3 years ago

is this still an issue almost 2 years later?