- Issue created by @sandeep lingampally
I can't reproduce the bug. Could you please add more steps to reproduce the bug, including any modules installed and in particular, CKEditor plugins?
- πΊπΈUnited States sandeep lingampally
Issue is with ckeditor5 table plugin.I don't see the table properties bar after adding the table. In place of arrow we should see 5 options which will give us the ability to edit cells and table properties.
in addition I have this 3 modules installed.
ckeditor_font
ckeditor5_paste_filter
ckeditor5_fullscreen - π¨πSwitzerland berdir Switzerland
We just had a client report the same on a site that was updated to 10.4.
Found a few contrib projects that reported this error, such as π align, frameborder, longdesc, scrolling are deprecated. Active , that helped me track this down to a custom ckeditor plugin in that project, so it's an API change in ckeditor, but fix was easy. Couldn't reproduce on our distribution.
The backtrace doesn't show where table.js is located, but it's likely a patched or custom file. Search for "new Model" and change that plus imports to new ViewModel as in that contrib commit.