Tableresize plugin:"Error: Unable to get property 'cells' of undefined or null reference" when the table has no row/cells
Steps to reproduce
- Table Resizer plugin installed.
- In the editor, go to source mode, then type :
<table border="1" cellspacing="2" style="width:400px">
<tbody>
</tbody>
</table>
- Close the source view
- Drag the mouse over the empty table
Expected result
Nothing should happen, table is empty
Actual result
Error: Unable to get property 'cells' of undefined or null reference
Other details (browser, OS, CKEditor version, installed plugins)
Browser is IE 11, CK Editor 4.5.10, Table Resizer plugin installed.
Change History (11)
Status: |
new →
confirmed
|
Summary: |
Table resizer : "Error: Unable to get property 'cells' of undefined or null reference" when the table has no row/cells →
Tableresize plugin:"Error: Unable to get property 'cells' of undefined or null reference" when the table has no row/cells
|
Version: |
4.5.10 (GitHub - master) →
4.0
|
Owner: |
set to beata_delura
|
Status: |
confirmed →
assigned
|
Status: |
assigned →
review
|
Status: |
review →
review_failed
|
Status: |
review_failed →
assigned
|
Status: |
assigned →
review
|
Status: |
review →
review_failed
|
Status: |
review_failed →
assigned
|
Status: |
assigned →
review
|
Resolution: |
→ fixed
|
Status: |
review →
closed
|
Milestone: |
→ CKEditor 4.7.0
|
Such table structure seems to be valid - https://html.spec.whatwg.org/multipage/tables.html#the-tbody-element.
Problem can be reproduced from CKEditor 4.0 in all browsers. just hover over empty table.