Opened 13 years ago

Last modified 13 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 Frederico Caldeira Knabben)

  1. Load the following in the source view (important to be in source view):
<p>
	<strong>Test</strong></p>
  1. Back to wysiwyg, put the caret at the end of the line with mouse click.
  1. Type anything, like "aaa".
  1. 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.

Change History (1)

comment:1 Changed 13 years ago by Frederico Caldeira Knabben

Description: modified (diff)

I've originally reported it with the following HTML to be loaded:

<p><strong>Test</strong></p>

In this case it works well. So, it's important to have the line break after the opener <p>.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy