Opened 16 years ago
Closed 16 years ago
#2802 closed Bug (fixed)
Dialog objects should be cached separately for each editor instance
Reported by: | Martin Kou | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | UI : Dialogs | Version: | SVN (FCKeditor) - Retired |
Keywords: | Review+ | Cc: |
Description
The dialog plugin is caching dialog objects under CKEDITOR.dialog._.storedDialogs. This isn't correct because a dialog object created from the first editor instance would be used in the second, third, etc. editors as well.
This needs to be fixed before #2790.
Attachments (1)
Change History (5)
comment:1 Changed 16 years ago by
Component: | General → UI : Dialogs |
---|
Changed 16 years ago by
Attachment: | 2802.patch added |
---|
comment:2 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:4 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with [2986].