If I copy a LibreOffice Table (spreadsheet, not writer) to CKEDitor4 it does copy and past an image.
With CKEditor5 the table gets copied.
Is there a way to get this working with CKEditor4?
Version:
- Ubuntu 18.04
- LibreOffice 6.0.7.3
- Firefox 64.0
1 Answer
I test out this, if you just copy in to CKEditor4 directly from libreoffice calc the result is:
Instead if you initilizate a table before in the editor and past from calc in to it result is:
which is formatted a bit better. But in both case it is past it as a text. I do this operation with libreoffice:
Version: 6.1.4.2
Build ID: 1:6.1.4-3
Browser: Chromium 72.0.3626.7
OS: Debian codename=Buster (actual testing branch)
UpdateAs per the comment the "issue" was caused by the Firefox web browse, apparently it is unable to past from Libreoffice as text, with chromium (and we can suppose also chrome) it works!
7