Error when filter changes element node to text node #3593
Labels
core
The issue is caused by the editor core code.
status:confirmed
An issue confirmed by the development team.
type:bug
A bug.
Milestone
Type of report
Bug
Provide detailed reproduction steps (if any)
ckeditor4/core/htmlparser/filter.js
Lines 221 to 223 in 5fa2a5b
onText
andonComment
methods requires 3 arguments to work correctly, which are not passed to the method callExpected result
There is no error when the filter changes the element node to the text node or the comment node.
Actual result
Error
Other details
The text was updated successfully, but these errors were encountered: