Opened 16 years ago
Closed 16 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)
Change History (5)
comment:1 Changed 16 years ago by
Priority: | Normal → High |
---|---|
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 2766.patch added |
---|
comment:2 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:3 Changed 16 years ago by
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.