-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Critical bug when ckeditor removed from dom before loaded #110
Comments
The problem is visible in ckeditor#110
The fix is here #111 |
The problem is visible in ckeditor#110
Fixed in d3ceee6. |
Any ETA on release? Thanks |
We plan to release new version next week. |
Hi @bhugot, the new package version ( |
hi guys, i have little different situation, and your fix in this is example of above code, little modified to exampled my situation) can you help with this? @f1ames |
Hi @boris27, please report a separate issue in this repository describing your case so we can keep track of your issue. |
Are you reporting a feature request or a bug?
Hello, we found a bug maybe related to ckeditor itself. if the component is removed from dom before initialisation you get Cannot read property 'unselectable' of null.
here is a sample https://stackblitz.com/edit/angular-ivy-rgaeks?file=src%2Fapp%2Fdemo%2Fdemo.component.ts
If you either have a way to fix this or could fix it.
Regards
The text was updated successfully, but these errors were encountered: