Opened 12 years ago
Closed 10 years ago
#10561 closed Bug (duplicate)
Multiple Initialize - Destroy actions cause issues in IE
Reported by: | smholstein | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 Beta |
Keywords: | Cc: |
Description
When the inline CKeditor is initialized dynamically on the same element multiple times IE runs the enter key multiple times (the number of times the editor has been initialized). I have not seen the problem in Firefox or Chrome. Only IE. I am running IE10 on Windows 8. The only key I have found to be affected is Enter. Attaching a test file for reproduction.
To reporduce:
- Click Init and see that enter works as expected adding 1 p element after pressed.
- Click Destroy and Init again. Enter key will add 2 p elements after pressed.
- Click Destroy and Init again. Enter Key will add 3 p elements after pressed.
So on...
Attachments (2)
Change History (4)
Changed 12 years ago by
Changed 12 years ago by
Attachment: | test1.html added |
---|
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|---|
Version: | 4.1.2 → 4.0 Beta |
Problem can be reproduced in IE9-10 from CKEditor 4.0 beta.
In test1.html I have removed all jQuery code just to make sure it doesn't cause any problems. You get as many enters as times editor was initialied