ckeditor4
ckeditor4 copied to clipboard
ENTER_DIV mode works incorrectly after pressing enter after paragraph
Type of report
Bug
Provide detailed reproduction steps (if any)
- Open example: https://codepen.io/karoldawidziuk/pen/NWgZpGP?editors=1010
- Copy provided content in the example and paste it into editable.
- Add a new line using
Enter
. - Open source mode.
Expected result
A newly added line should be inserted into the <div>
tags.
Actual result
A newly created line and each subsequent line is inserted into <p>
tags.
Other details
- Browser: …
- OS: …
- CKEditor version: …
- Installed CKEditor plugins: …