Opened 15 years ago
Closed 15 years ago
#5685 closed Bug (fixed)
Undo is broken if there is no instance named "editor1"
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | Alfonso Martínez de Lizarrondo |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | Core : Undo & Redo | Version: | SVN (CKEditor) - OLD |
Keywords: | Review+ Confirmed | Cc: |
Description
Using trunk with Ajax sample and Firefox:
- Create an instance, destroy it.
- Create a new instance.
- Type something
- Try to create for example an anchor, an error happens.
CKEDITOR.instances.editor1 is undefined /ckeditor/_source/plugins/undo/plugin.js Line 174
Due to [5486]
Attachments (1)
Change History (5)
comment:1 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Alfonso Martínez de Lizarrondo |
Status: | new → assigned |
comment:3 Changed 15 years ago by
Keywords: | Review+ Confirmed added; Review? removed |
---|
The imageEqualsFilters isn't set in any place, the SCAYT plugin is overriding the CKEDITOR.plugins.undo.Image.prototype.equals function, so the changes to the equals function itself seems that can be reverted