You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
When a new table is added, you can access it from keyboard, but by using mouse it gets stuck randomly
The text was updated successfully, but these errors were encountered: