Ticket #5249 (closed Bug: duplicate)
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
Note: See
TracTickets for help on using
tickets.
