Opened 11 years ago
Last modified 11 years ago
#10993 confirmed Bug
Delete columns when rows are splitted
Reported by: | Robert | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Tables | Version: | 3.5.1 |
Keywords: | Cc: |
Description
- Insert table (3x3)
- Split left-middle cell horizontally
- Try to delete last column
Column is being removed but console error occurs.
Uncaught TypeError: Cannot read property 'ownerDocument' of undefined
Problem can be reproduced from CKEditor 3.5.1 rev. [6328] in every browser.
Please note that fix for this revision was made in #7811.