grapesjs
grapesjs copied to clipboard
BUG(v 1.0.48): Pasting rich content splits attribute values into individual attributes
GrapesJS version
- [x] I confirm to use the latest version of GrapesJS
What browser are you using?
Chrome
Reproducible demo link
Change your version from 1.0.48 to 1.0.47
Describe the bug
How to reproduce the bug?
- Copy rich content from word
- Paste into Grapes
** I'm using self hosted options **
What is the expected behavior?
- Content should persist in editor
What is the current behavior?
- Content errors out
Code of Conduct
- [x] I agree to follow this project's Code of Conduct
For more context, the HTML formatted content disappears from Grapes. The HTML stores strings like:
<p class="MsoNormal" style="margin:0in;font-size:12pt;font-family:Aptos, sans-serif;">Testing <b>
<span times="" new="" roman",="" serif;"="" style="">123</span>
</b>. Testing.<o:p></o:p></p>
What Rich Text Editor are you using?
Are you able to provide a way to reproduce it (eg. a way I can copy the same text)?