You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
We've using Wagtail the at the Mozilla Foundation, which is a CMS that uses draft.js as basis for its rich text editor, and noticed that copy/paste from one rich text field to another loses a lot of the markup. That feels like a bug, but maybe it's not, so if it's not please consider this a feature request to make copy-paste idempotent.
Right it's possible to have content that can be copied, but cannot be pasted, with links, horizontal rules, and even empty paragraphs losing their markup on paste, which is quite problematic =)
There is an issue for this over on the the draftail (wagtail's code on top of draft.js) repo, springload/draftail#147 (comment), but it would be super great if this was something that could be addressed in draftjs itself.
The text was updated successfully, but these errors were encountered:
We've using Wagtail the at the Mozilla Foundation, which is a CMS that uses draft.js as basis for its rich text editor, and noticed that copy/paste from one rich text field to another loses a lot of the markup. That feels like a bug, but maybe it's not, so if it's not please consider this a feature request to make copy-paste idempotent.
Right it's possible to have content that can be copied, but cannot be pasted, with links, horizontal rules, and even empty paragraphs losing their markup on paste, which is quite problematic =)
There is an issue for this over on the the draftail (wagtail's code on top of draft.js) repo, springload/draftail#147 (comment), but it would be super great if this was something that could be addressed in draftjs itself.
The text was updated successfully, but these errors were encountered: