Opened 11 years ago
Last modified 9 years ago
#11342 closed Bug
[IE11] Extra paragraphs added when showing/hiding divs with CKEditor — at Version 5
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | IE11 Support | Cc: | joel.peltonen@… |
Description (last modified by )
Extra paragraphs are added when div sections containing CKEditor are shown/hidden.
Check the attached IE11_bug.html
Another similar bug was reported for jQuery UI:
jQuery UI
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 (7)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|
Changed 11 years ago by
comment:2 Changed 11 years ago by
Status: | new → confirmed |
---|
comment:3 Changed 11 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 11 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 11 years ago by
Attachment: | IE11_bug.html added |
---|
The attached file contains the sample and all required files to reproduce it.