text icon indicating copy to clipboard operation
text copied to clipboard

Pasting an image into a table splits it

Open provokateurin opened this issue 2 years ago • 2 comments

Describe the bug Pasting an image into a table destroys it

To Reproduce Steps to reproduce the behavior:

  1. Create a table
  2. Paste an image into one of the cells

Expected behavior Image should be pasted correctly to the cell.

Screenshots image 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

provokateurin avatar Apr 13 '23 18:04 provokateurin

Can reproduce it. A lot new rows will be created while inserting a image from the clipboard.

datenangebot avatar Jun 20 '23 06:06 datenangebot

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.

max-nextcloud avatar Mar 11 '24 14:03 max-nextcloud