Opened 14 years ago
Closed 14 years ago
#7697 closed Bug (fixed)
CKEditor crashes on next .replace() command after SCAYT context menu initialization.
Reported by: | WebSpellChecker.net | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.4 |
Component: | UI : Spell Checker | Version: | 3.5.3 |
Keywords: | Cc: | support@… |
Description
This problem can be reproduced on CKEditor 3.5.3 released compressed version only.
CKEditor crashes on .replace() command after SCAYT context menu shown and editor destroyed.
Steps to reproduce:
- Create instance of CKEditor.
- Switch SCAYT on.
- Type misspelled words.
- Open context menu on misspelling twice.
- Destroy instance using :
CKEDITOR.instances['editor'].destroy();
- Create instance of CKEditor using :
CKEDITOR.replace("editor");
Expected results: editor appears.
Actual results: the editor is not displayed due to a javascript error.
Attachments (1)
Change History (6)
Changed 14 years ago by
Attachment: | 7697.patch added |
---|
comment:1 Changed 14 years ago by
Keywords: | HasPatch Review? added |
---|
comment:2 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:3 Changed 14 years ago by
Keywords: | HasPatch Review? removed |
---|---|
Milestone: | → CKEditor 3.5.4 |
Owner: | set to Frederico Caldeira Knabben |
Status: | confirmed → review |
comment:4 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6876].
This problem can be reproduced on released compressed version only.
Reproducible from CKEditor version 3.5.3