slab / quill

Quill is a modern WYSIWYG editor built for compatibility and extensibility
https://quilljs.com
BSD 3-Clause "New" or "Revised" License
43.14k stars 3.35k forks source link

[bug]Table parse issue #4023

Open newproplus opened 6 months ago

newproplus commented 6 months ago

I paste the following table to quill in my project or https://quilljs.com/ , all the cells in thead will merged to one cell.

thead1 thead2
cell1-1 cell2-1
cell1-2 cell2-2

Steps for Reproduction

  1. Copy the table
  2. paste to quill2

Expected behavior:

Render the table as it.

Actual behavior:

All the cells in thead will merged to one cell, like (the 2nd thead doesn't shows):

thead1 thead2
cell1-1 cell2-1
cell1-2 cell2-2

Platforms:

Debian 12

Firefox 123.0

Google Chrome 122.0.6261.69

Version:

quill v2.0.0-rc.2

Johansenlbw commented 6 months ago

+1

chienweiluo commented 5 months ago

+1

reinaldocoelho commented 4 months ago

Hi, @newproplus!

The issue was solved? What's the final situation?

newproplus commented 4 months ago

@reinaldocoelho Actually, it hasn't been fixed properly. Since I submitted it for several months and no one replied, I have given up using it.