grapesjs icon indicating copy to clipboard operation
grapesjs copied to clipboard

BUG(v 1.0.48): Pasting rich content splits attribute values into individual attributes

Open MikeCraig418 opened this issue 7 months ago • 2 comments

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?

  1. Copy rich content from word
  2. Paste into Grapes

** I'm using self hosted options **

What is the expected behavior?

  1. Content should persist in editor

What is the current behavior?

  1. Content errors out

Code of Conduct

  • [x] I agree to follow this project's Code of Conduct

MikeCraig418 avatar Jun 05 '25 22:06 MikeCraig418

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>

MikeCraig418 avatar Jun 06 '25 03:06 MikeCraig418

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)?

artf avatar Jun 10 '25 12:06 artf