Skip to content
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

unexpected internal errors for simple html input #8299

Closed
voborl00 opened this issue Oct 20, 2020 · 3 comments
Closed

unexpected internal errors for simple html input #8299

voborl00 opened this issue Oct 20, 2020 · 3 comments
Labels
resolution:duplicate This issue is a duplicate of another issue and was merged into it.

Comments

@voborl00
Copy link

voborl00 commented Oct 20, 2020

I am facing weird internal ckeditor errors while using pretty simple html fragment. Replicable by pasting following code samples to online classic editor example (https://ckeditor.com/docs/ckeditor5/latest/examples/builds/classic-editor.html) or using default classic editor offline.

snippet.js:4 Uncaught TypeError: Cannot read property 'childCount' of null
at se.e.on.priority (snippet.js:4)

and

Uncaught CKEditorError: model-position-parent-incorrect

with "foo" replaced by

foo

(foo enclosed in paragraph tag)

original code

foo
@voborl00
Copy link
Author

html code in attached txt file

template.txt

@voborl00
Copy link
Author

altered foo in paragraph attached

template2.txt

@Mgsy
Copy link
Member

Mgsy commented Oct 20, 2020

Hi! Thanks for the report, we're aware of this issue and actually, it has been fixed - #8098. It will be released with the next CKEditor 5 version which is planned to be published on October the 28th, so stay tuned!

@Mgsy Mgsy closed this as completed Oct 20, 2020
@Mgsy Mgsy added the resolution:duplicate This issue is a duplicate of another issue and was merged into it. label Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolution:duplicate This issue is a duplicate of another issue and was merged into it.
Projects
None yet
Development

No branches or pull requests

2 participants