Testing
Copying selected table cells:
- Select a fragment of table cell.
- Use copy shortcut ctrl+C.
- Paste selected content:
- somewhere in the document.
- in the editable field on the right.
- The pasted table should:
- be rectangular (no missing nor exceeding table cells)
- have proper headings
- The editors are exposed as:
window.editor.content and "content" editor in CKEditor inspector
window.editor.geometry and "geometry" editor in CKEditor inspector
Note that table copy:
- have cut disabled
- paste in table is not possible
- pasted table can be fixed by a post-fixer (use content editable to verify what's being copied)