Opened 15 years ago

Closed 12 years ago

#3247 closed Bug (fixed)

Unable to increase indent on list

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

Description

Reproducing Procedures

  1. Open the replace by class example page;
  2. Make the following content with the selection;
    <ul>
    	<li>^text</li>
    </ul>
    
  3. Check the 'Increase Indent command'.
    • Actual Result: The 'Increase Indent' command is disabled.
    • Expected Result : The command is enabled, and after click on the command, the content will become:
      <ul style="margin-left: 40px;">
      	<li>
      		text</li>
      </ul>
      

Change History (4)

comment:1 Changed 15 years ago by Garry Yao

Summary: Indent problem within first list itemUnable to increase indent on list

comment:2 Changed 15 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.0CKEditor 3.x

comment:3 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.x

Milestone CKEditor 3.x deleted

comment:4 Changed 12 years ago by Jakub Ś

Resolution: fixed
Status: newclosed

This is no longer reproducible in any browser (tested under CKE 3.6.3)

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