ckeditor5-angular icon indicating copy to clipboard operation
ckeditor5-angular copied to clipboard

When you click on the table cell, it does not work. Only the keyboard works. When in, one can not get out of table.

Open Sonik20 opened this issue 3 years ago • 3 comments

When a new table is added, you can access it from keyboard, but by using mouse it gets stuck randomly

Sonik20 avatar Jul 25 '22 05:07 Sonik20

Hi @Sonik20

Could you please provide precise reproduction steps to recreate the issue?

przemyslaw-zan avatar Aug 05 '22 09:08 przemyslaw-zan

Hi @przemyslaw-zan ,

I have downloaded ckeditor from online website for angular 7.

I am using it in two components in my project.

In one component its working fine, in another component there are 3 fields which are using this ckeditor.

So here it goes, when I insert table in editor with some rows and columns it works fine but when I want to click on particular cell of the table using mouse it will not click on that cell, cursor remains in the previous cell or sometimes it flickers on the cell clicked then moves back previous cell.

any idea?

Sonik20 avatar Aug 12 '22 09:08 Sonik20

The latest version of the CKEditor 5 Angular component supports Angular 9.1+.

If it is possible, I would suggest upgrading Angular. In the beginning, you can create a new, simple project containing only the CKEditor 5 build and the component. If everything would work, perhaps the bug is related to some Angular internals.

pomek avatar Aug 22 '22 05:08 pomek