Ticket #5249 (closed Bug: duplicate)

Opened 2 years ago

Last modified 2 years ago

Text indent behaves incorrectly

Reported by: pwilk Owned by:
Priority: Normal Milestone:
Component: Core : Output Data Version:
Keywords: Cc:

Description

When we set indentClasses in configuration of ckeditor and make some indents, clicking decrease indent does nothing. For an example: we set in external config:

config.indentClasses = [ 'rteindent1', 'rteindent2', 'rteindent3', 'rteindent4' ];

in editor we make two indents, editor add classes to element: rteindent1, rteindent2. When we try to decrease indent editor don't remove second class.

Change History

comment:1 Changed 2 years ago by pwilk

  • Keywords indent ckeditor removed

comment:2 Changed 2 years ago by alfonsoml

  • Status changed from new to closed
  • Resolution set to duplicate
  • Milestone CKEditor 3.x deleted

dup of #5152

Note: See TracTickets for help on using tickets.
© 2003 – 2011 CKSource – Frederico Knabben. All rights reserved. | Terms of use | Privacy policy