Opened 16 years ago
Closed 16 years ago
#4074 closed Bug (fixed)
Indent with classes error
| Reported by: | Garry Yao | Owned by: | Garry Yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.0 |
| Component: | Core : Styles | Version: | |
| Keywords: | Confirmed Review+ | Cc: |
Description
If the following custom style is assigned for indent, the editor will throw Javascript error.
/** * Indentation. */ config.indentClasses = [ 'Indent1', 'Indent2', 'Indent3' ] ;
Attachments (1)
Change History (4)
Changed 16 years ago by
| Attachment: | 4074.patch added |
|---|
comment:1 Changed 16 years ago by
| Keywords: | Confirmed Review? added |
|---|---|
| Owner: | set to Garry Yao |
| Status: | new → assigned |
comment:2 Changed 16 years ago by
| Keywords: | Review+ added; Review? removed |
|---|
comment:3 Changed 16 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |

Fixed with [3952].