slab / quill

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

Mutliple lines in table cell #4181

Open prabhaeaswaran opened 2 months ago

prabhaeaswaran commented 2 months ago

I'm facing this issue in latest version too(quill 2.0.1)

Steps for Reproduction

If copying and pasting a table with multiple lines into Quill is resulting in the creation of a new column instead of applying the
tag within the same cell.

oleksandrkobzar commented 1 month ago

any updates?

prabhaeaswaran commented 1 month ago

I didn't got any till now

SynappsMorineau commented 1 month ago

I have the same problem ;) Thanks in advance

lefex commented 1 month ago

The table not support muti lines.

SynappsMorineau commented 1 month ago

I think there is a difference between ignoring and causing bad behavior.

Let the cell go on a single line, why not. But does this causing the creation of a new column make any sense? I don't think so

Thx