Opened 14 years ago
Last modified 14 years ago
#7092 closed Bug
Nested inline styling — at Version 1
Reported by: | Frederico Caldeira Knabben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.3 |
Component: | Core : Styles | Version: | 3.3.2 |
Keywords: | Cc: |
Description (last modified by )
- Load the following in the source view (important to be in source view):
<p> <strong>Test</strong></p>
- Back to wysiwyg, put the caret at the end of the line with mouse click.
- Type anything, like "aaa".
- Click the Bold button.
Several strange things happen:
- The elements path will show a nested <strong>.
- If you continue typing the text will be bold.
- Even if the text is bold, the toolbar button is not "on" (blue).
Introduced with the 3.3.2. Works well with the 3.3.1.
Confirmed with FF at least.
I've originally reported it with the following HTML to be loaded:
In this case it works well. So, it's important to have the line break after the opener <p>.