Opened 15 years ago

Closed 15 years ago

#3144 closed Bug (fixed)

Block styles incorrect with list

Reported by: Garry Yao Owned by:
Priority: Normal Milestone: CKEditor 3.0
Component: General Version: SVN (FCKeditor) - Retired
Keywords: WorksForMe Cc:

Description

Reproducing Procedures

  1. Open the replace by code example page;
  2. Make document content and selection as following:
    ^text
    	<ol>
    		<li>level1</li>
    		<li>^leve1</li>
    	</ol>
    text^
    
    1. Open the Format combo and select 'h1';
    • Actual Result : List items were left untouched.
      <h1>
      	text</h1>
      <ol>
      	<li>
      		level1</li>
      	<li>
      		leve1
      		<ol>
      			<li>
      				level2</li>
      		</ol>
      	</li>
      </ol>
      <h1>
      	text </h1>
      

Change History (2)

comment:1 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: WorksForMe added

I can't reproduce it. Can you confirm it has been fixed?

comment:2 Changed 15 years ago by Garry Yao

Resolution: fixed
Status: newclosed

Fixed by recent changesets.

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