Opened 16 years ago
Closed 16 years ago
#3977 closed Bug (fixed)
Style plugin uses not existing CKEDITOR.tools.replace()
Reported by: | Artur Formella | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | Confirmed Review+ | Cc: |
Description
Line 804 in plugins/style/plugin.js:
return CKEDITOR.tools.replace( ' ', match.length - 1 ) + ' ';
The test case also should be updated (core/tools.html).
Attachments (2)
Change History (6)
comment:1 Changed 16 years ago by
Owner: | set to Frederico Caldeira Knabben |
---|---|
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 3977.patch added |
---|
comment:2 Changed 16 years ago by
Keywords: | Confirmed Review? added |
---|
Changed 16 years ago by
Attachment: | 3977_2.patch added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
Please include the TC change when commit.