Opened 13 years ago
Closed 13 years ago
#9672 closed Bug (fixed)
[Basic build] Tableresize plugin: error when resizing table
| Reported by: | Olek Nowodziński | Owned by: | Piotrek Koszuliński |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.0 |
| Component: | General | Version: | 4.0 |
| Keywords: | Cc: |
Description
The following error:
Uncaught TypeError: Object #<Object> has no method 'buildTableMap' plugin.js:8
right after clicking the middle (resizable) border of the table.
Works in full/standard build. Missing dependency?
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
| Owner: | set to Piotrek Koszuliński |
|---|---|
| Status: | new → assigned |
comment:3 Changed 13 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fixed on master with git:db15073.
But this isn't well designed, because small tableresize plugin needs tabletools which requires table, dialog and contextmenu. Opened #9681.

Requires tabletools?