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

Weird renderer bug: Cannot read property 'parentNode' of undefined #6092

Closed
Reinmar opened this issue Jan 21, 2020 · 2 comments · Fixed by ckeditor/ckeditor5-engine#1828
Closed
Assignees
Labels
support:2 An issue reported by a commercially licensed client. type:bug This issue reports a buggy (incorrect) behavior.

Comments

@Reinmar
Copy link
Member

Reinmar commented Jan 21, 2020

This is an umbrella ticket for the below listed tickets:

It manifests itself with:

remove.js:16 Uncaught TypeError: Cannot read property 'parentNode' of undefined
    at remove (remove.js:16)
    at Renderer._updateChildren (renderer.js:557)
    at Renderer.render (renderer.js:203)
    at View._render (view.js:682)
    at View.<anonymous> (view.js:187)
    at View.fire (emittermixin.js:209)
    at View.change (view.js:479)
    at View._disableRendering (view.js:669)
    at Model.EditingController.listenTo.priority (editingcontroller.js:84)
    at Model.fire (emittermixin.js:209)

And was investigated by @oleq in #5910.

I'll close other tickets as DUP of this one, but after closing this one we should review all of them too.


If you'd like to see this fixed sooner, add a 👍 reaction to this post.

@Reinmar
Copy link
Member Author

Reinmar commented Jan 21, 2020

More investigations: #1579 (comment).

@Reinmar Reinmar added the support:2 An issue reported by a commercially licensed client. label Jan 21, 2020
@Reinmar Reinmar modified the milestones: iteration 29, next Jan 29, 2020
@Reinmar
Copy link
Member Author

Reinmar commented Mar 3, 2020

Another issue: #6367.

@Reinmar Reinmar modified the milestones: next, iteration 30 Mar 3, 2020
Reinmar added a commit to ckeditor/ckeditor5-engine that referenced this issue Mar 4, 2020
Fix: Fixed renderer bug causing editor crash in a range of scenarios involving reusing DOM elements. Closes ckeditor/ckeditor5#6092.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support:2 An issue reported by a commercially licensed client. type:bug This issue reports a buggy (incorrect) behavior.
Projects
None yet
2 participants