Opened 15 years ago

Closed 15 years ago

#3243 closed Bug (worksforme)

Apply inline style within list item problem

Reported by: Garry Yao Owned by: Martin Kou
Priority: Must have (possibly next milestone) Milestone: CKEditor 3.0
Component: General Version:
Keywords: Cc:

Description

Reproducing Procedures

  1. Open the replace by class example page;
  2. Make the following content with selection:
    <ul>
    	<li>^text^</li>
    	<li>text</li>
    </ul>
    
  3. Click on 'Bold' to apply style
    • Actual Result:
      <ol>
      	<li>
      		<strong>text</strong></li>
      	<li>
      		<strong>text</strong><br />
      	</li>
      </ol>
      
  • Expected Result :
    <ol>
        <li>
             <strong>dddddd</strong></li>
        <li>
              dddd</li>
    </ol>
    

Attachments (1)

test-basicstyles-within-list.patch (4.8 KB) - added by Garry Yao 15 years ago.
Unit Test Case

Download all attachments as: .zip

Change History (3)

comment:1 Changed 15 years ago by Martin Kou

Owner: set to Martin Kou
Status: newassigned

Changed 15 years ago by Garry Yao

Unit Test Case

comment:2 Changed 15 years ago by Martin Kou

Resolution: worksforme
Status: assignedclosed

I've confirmed with Garry that he test case works now with the current trunk. So closing the ticket as worksforme.

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