Trumbowyg icon indicating copy to clipboard operation
Trumbowyg copied to clipboard

Tables may be created inside Header tags

Open dvtan opened this issue 6 years ago • 1 comments

Tables may be created inside an <h1> tag like this:

<h1><table class="table"><tr><td>asdf</td><td></td></tr></table><br></h1>

This makes it buggy to later revert the text within the table back to normal <p>. The table plugin can force the table to be created at top-level to avoid this.

How to reproduce?

  1. Switch to Header 1
  2. Create a table
  3. Type something in a cell

dvtan avatar Apr 30 '19 17:04 dvtan

I don't plan to put time on v2 anymore... so if anyone want to fix it, I will be happy to merge the fix :)

Alex-D avatar May 02 '19 00:05 Alex-D

It seems to be working as of v2.27.2

Alex-D avatar Feb 27 '23 19:02 Alex-D