Opened 7 years ago
Last modified 5 years ago
#11342 closed Bug
[IE11] Extra paragraphs added when showing/hiding divs with CKEditor — at Version 7
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | IE11 Support | Cc: | joel.peltonen@… |
Description (last modified by )
Extra paragraphs added when switching between tabs.
In IE 11, when using two tabs (using jQuery UI), one with CKEditor and one with plain text, whenever user switches to a tab with CKEditor and back, an additional paragraph is added at the end of content.
Content after a couple of switches:
<p>Magical ponies await</p> <p> </p> <p> </p> <p> </p> <p> <p> <p> </p> </p> </p>
Change History (9)
comment:1 Changed 7 years ago by
Description: | modified (diff) |
---|
Changed 7 years ago by
comment:2 Changed 7 years ago by
Status: | new → confirmed |
---|
comment:3 Changed 7 years ago by
Summary: | [IE11, jQuery UI] Extra paragraphs added when switching to source mode → [IE11, jQuery UI] Extra paragraphs added when switching between tabs |
---|
comment:5 Changed 7 years ago by
Description: | modified (diff) |
---|---|
Summary: | [IE11, jQuery UI] Extra paragraphs added when switching between tabs → [IE11] Extra paragraphs added when showing/hiding divs with CKEditor |
Changed 7 years ago by
Attachment: | IE11_bug.html added |
---|
comment:6 Changed 7 years ago by
After latest update in my Win 8.1 preview (IE11 11.0.9431.228) I wasn't able to reproduce this.
I have also tried this issue on Win7 (IE11 11.0.09600.16476) and was able to reproduce both of these problems.
comment:7 Changed 7 years ago by
Description: | modified (diff) |
---|
I couldn't reproduce any problem on IE11_bug.html, but when switching tabs in 11342.zip new paragraphs are added below text. I'm checking this on IE11.0.9600.16476.
The attached file contains the sample and all required files to reproduce it.