Pasting empty nested list and converting it to different list type throws error #2411
Labels
good first issue
Relatively easy to fix. This is a perfect issue if you are willing to create a Pull Request.
plugin:list
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
support
An issue reported by a commercially licensed client.
target:minor
Any docs related issue that can be merged into a master or major branch.
type:bug
A bug.
Milestone
Type of report
Bug
Provide detailed reproduction steps (if any)
In Chrome it is enough to use
Ctrl+A
na dclick on Numbered List buttonExpected result
No error gets thrown.
Perhaps as an alternative solution such list should be filtered by ACF.
Actual result
JavaScript error gets thrown:
Message: Cannot read property 'parent' of undefined
Line: 319
URI:
/ckeditor-dev/plugins/list/plugin.js
Other details
The Original scenario was:
This document is huge so maybe there is something extra what is causing the same issue (there shouldn't be but it may).
The text was updated successfully, but these errors were encountered: