Opened 15 years ago

Closed 15 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)

3977.patch (1.1 KB) - added by Frederico Caldeira Knabben 15 years ago.
3977_2.patch (1.5 KB) - added by Garry Yao 15 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 15 years ago by Frederico Caldeira Knabben

Owner: set to Frederico Caldeira Knabben
Status: newassigned

Changed 15 years ago by Frederico Caldeira Knabben

Attachment: 3977.patch added

comment:2 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Confirmed Review? added

Changed 15 years ago by Garry Yao

Attachment: 3977_2.patch added

comment:3 Changed 15 years ago by Garry Yao

Keywords: Review+ added; Review? removed

Please include the TC change when commit.

comment:4 Changed 15 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: assignedclosed

Fixed with [3924].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy