alohaeditor / Aloha-Editor

Aloha Editor is a JavaScript content editing library
http://www.alohaeditor.org
Other
2.47k stars 536 forks source link

Preserve css-classes on copy and paste of lists. #1615

Closed elbird closed 6 years ago

elbird commented 6 years ago

When copying lists which are styled with custom classes (via the list plugin), the custom classes where not preserved on paste. To fix this issue the generic content handler was rewritten: plugins can now register a PluginContentHandler and are able to define which parts of a pasted content should be handled by a PluginContentHandler instead of the GenericContentHandler. For the list plugin a PluginContentHandler was implemented which preserves the configured classes and also adds the configured default classes.

elbird commented 6 years ago

Close - and reopen with #1617