Opened 15 years ago

Closed 15 years ago

#3353 closed Bug (worksforme)

[IE] Unable to change list type

Reported by: Garry Yao Owned by:
Priority: Normal Milestone: CKEditor 3.0
Component: General Version:
Keywords: IE Cc:

Description

Reproducing Procedures

  1. Open the replace by class example page;
  2. Make the following content along with selection:
    <ol>
    	<li>
    		^text</li>
    </ol>
    
  3. Click on 'Bullet List' command to change list type;
    • Expected Result: Elements path is shown as : body -> p -> strong
      <ul>
      	<li>
      		^text</li>
      </ul>
      
    • Actual Result: Javascript error thrown.

Change History (1)

comment:1 Changed 15 years ago by Frederico Caldeira Knabben

Resolution: worksforme
Status: newclosed

WFM with the latest trunk.

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