CKEDITOR.inlineAll inlines also already ckeditorized elements #4293
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)
Expected result
There are no errors in the console.
Actual result
There is an error in the console:
Other details
It seems that
CKEDITOR.inlineAll
is fired afterCKEDITOR.replace
call, trying to inline element with editor already attached to it. Simple check if the element has editor should be enough.See also #4267, ckeditor/ckeditor4-react#126.
The text was updated successfully, but these errors were encountered: