We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug
No duplicates found.
config.enterMode = CKEDITOR.ENTER_BR;
Break the line with a <br>
<strong>This is some bold Text with some <em>em</em><br> and a linebreak after that.</strong>
Each line equals one element in the list.
<ul> <li><strong>This is some bold Text with some <em>em</em></strong></li> <li><strong>and a linebreak after that.</strong></li> </ul>
The elements in the first line are reordered.
<ul> <li><br> <strong><em>em</em>This is some bold Text with some </strong></li> <li><strong>and a linebreak after that.</strong></li> </ul>
The text was updated successfully, but these errors were encountered:
Problem exists still on 4.7.1. demo: https://codepen.io/msamsel/pen/xrMzBR?editors=1010
Sorry, something went wrong.
No branches or pull requests
Are you reporting a feature or a bug?
Bug
Check if the issue is already reported
No duplicates found.
Provide detailed reproduction steps (if any)
config.enterMode = CKEDITOR.ENTER_BR;
or the optionBreak the line with a <br>
on http://sdk.ckeditor.com/samples/enterkey.html.Expected result
Each line equals one element in the list.
Actual result
The elements in the first line are reordered.
Other details
The text was updated successfully, but these errors were encountered: