plone / volto

React-based frontend for the Plone Content Management System
https://demo.plone.org/
MIT License
479 stars 648 forks source link

Copy-Pasting text that contains a table will crash the site #3627

Open jackahl opened 2 years ago

jackahl commented 2 years ago

Describe the bug Copy-Pasting text that contains a table will crash the site

To Reproduce Steps to reproduce the behavior:

  1. Go to https://6.demo.plone.org/add?type=Document
  2. Copy the Release history table including its headline from https://en.wikipedia.org/wiki/Plone_(software)#Release_history
  3. Paste into a new text Block --> Error

Expected behavior A text Block with the headline and a separate table block should be created

Screenshots Screenshot 2022-09-12 at 16-22-29 Plone (software) - Wikipedia

Screenshot 2022-09-12 at 16-22-08 Add Document

Software (please complete the following information):

Additional context related to #3626

jackahl commented 2 years ago

@tiberiuichim @razvanMiu This should probably be fixed together with #3626

rioksane commented 3 weeks ago

I was just going to submit this issue, but I see its already here.

Issue still existst and can be reproduced in demo.plone.org plone6-demo 1.0.0 Volto 17.18.2 Plone 6.0.13 plone.restapi 9.7.2 CMF 3.5 Zope 5.10 Python 3.11.9 (main, Sep 4 2024, 23:13:27) [GCC 10.2.1 20210110] PIL 9.5.0 (Pillow)

Hope someone able enough can fix it.