Pasting an image into a table splits it
Describe the bug Pasting an image into a table destroys it
To Reproduce Steps to reproduce the behavior:
- Create a table
- Paste an image into one of the cells
Expected behavior Image should be pasted correctly to the cell.
Screenshots
I pasted the image into the cell with the letter e. There were only two rows with the letters a-i before.
Client details:
- OS: Linux
- Browser: Firefox
- Version: 112
- Device: Desktop
Server details
Text app version: 3.7.2
Nextcloud version: 26
Can reproduce it. A lot new rows will be created while inserting a image from the clipboard.
Can reproduce it. A lot new rows will be created while inserting a image from the clipboard.
We fixed the broken table state in #5461 . Now inserting an image will still split the table but the two tables will at least be in a valid state.
What remains is adding the ability to insert an image to the cell.