Opened 15 years ago

Closed 15 years ago

#2766 closed Bug (fixed)

CKEDITOR.plugins.fakeobjects shouldn't be a shared object across editor instances.

Reported by: Martin Kou Owned by: Martin Kou
Priority: Must have (possibly next milestone) Milestone: CKEditor 3.0
Component: General Version: SVN (FCKeditor) - Retired
Keywords: Review+ Cc:

Description

Sharing CKEDITOR.plugins.fakeobjects as a namespace means the fake object types are shared across editor instances, which isn't desirable. Instead, CKEDITOR.plugins.fakeobjects should be a class which is instantiated for each editor instance.

Attachments (1)

2766.patch (28.9 KB) - added by Martin Kou 15 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 15 years ago by Martin Kou

Priority: NormalHigh
Status: newassigned

Changed 15 years ago by Martin Kou

Attachment: 2766.patch added

comment:2 Changed 15 years ago by Martin Kou

Keywords: Review? added

comment:3 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

The fakeobject stuff is still to be fully reviewed, but as a fix for this ticket the patch is ok.

comment:4 Changed 15 years ago by Martin Kou

Resolution: fixed
Status: assignedclosed

Fixed with [2905].

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