JiHong88 / suneditor

Pure javascript based WYSIWYG html editor, with no dependencies.
http://suneditor.com
MIT License
1.77k stars 315 forks source link

Pasting an iframe without it being wrapped in a figure element. #1447

Open Eduardo-XavierPaula opened 2 months ago

Eduardo-XavierPaula commented 2 months ago

When I paste an iframe directly into the code view and switch back to the preview, the iframe's HTML gets wrapped inside a div and a figure element. The issue is that some of my clients have customized code for the iframe, and when it gets wrapped inside a figure, the layout breaks. Without the figure element, everything would work fine.

Is there a way to paste an iframe into the code view without it being automatically wrapped in figure and div elements? I tried exploring the configuration options on the site and looking into some old issues, but I couldn't find a clear answer.

Example:

exemplo gif

s-kris commented 2 months ago

+1

Luiz-Faleiros commented 3 weeks ago

+1