When you drop an atom in CKEditor, the atom's HTML get a contenteditable="false" attribute, to prevent several unwanted behaviors such as weird drag-and-drop.
But if you right-click to open the "Edit atom properties" dialog and save, this attribute is removed.
Here's a patch.
| Comment | File | Size | Author |
|---|---|---|---|
| scald-keep-atom-protection.patch | 700 bytes | gaëlg |
Comments
Comment #1
jcisio commentedCommitted and pushed. Thanks!