Opened 16 years ago
Closed 16 years ago
#5249 closed Bug (duplicate)
Text indent behaves incorrectly
| Reported by: | Paweł Wilk | 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 (2)
comment:1 Changed 16 years ago by
| Keywords: | indent ckeditor removed |
|---|
comment:2 Changed 16 years ago by
| Milestone: | CKEditor 3.x |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |

dup of #5152