Opened 12 years ago
Last modified 9 years ago
#10093 confirmed Bug
IE9 inline/destroy multiple times causes return key to repeat that many times
Reported by: | Steve Wake | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 Beta |
Keywords: | IE9 IE10 Support | Cc: |
Description
In IE9 if you call inline and destroy multiple times on the same div then you hit the enter key in the editor you get as many paragraph tags as you inline/destroyed the editor.
Doesn't appear to happen in IE7, IE8 or Firefox (sorry, can't test webkit browsers where I am).
Attached is file with simple script to recreate.
Attachments (2)
Change History (7)
Changed 12 years ago by
comment:1 Changed 12 years ago by
Keywords: | IE9 IE10 added |
---|---|
Status: | new → confirmed |
Version: | → 4.0 Beta |
Problem can be reproduced from CKEditor 4 beta in IE9 and IE10.
comment:3 Changed 10 years ago by
Keywords: | Support added |
---|
comment:4 Changed 10 years ago by
With inlinebycode22.html:
- Create editor
- Focus it and press enter
- Delete extra paragraph
- Destroy the editor
- Repeat steps 1-2
Result: in IE9-10 more than one paragraph is created.
Changed 9 years ago by
Attachment: | inlinebycode22.html added |
---|
Test rig for multiple inline/destroy calls leading to multipe paragraphs.