Opened 9 years ago
Closed 9 years ago
#13901 closed Bug (invalid)
compatibility google chrome navigator
Reported by: | ayo | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- popin form with textarea replaced by ckeditor
- open popin first time : works fine
- close popin & open popin second time : body inside iframe is empty
Expected result
<iframe src="" frameborder="0" class="cke_wysiwyg_frame cke_reset" title="Éditeur de Texte Enrichi, my_ckeditor" tabindex="0" allowtransparency="true" style="width: 100%; height: 100%;"><html dir="ltr" lang="fr"><head><title data-cke-title="Éditeur de Texte Enrichi, my_ckeditor">Éditeur de Texte Enrichi, my_ckeditor</title><style data-cke-temp="1">html{cursor:text;*cursor:auto} img,input,textarea{cursor:default}</style><link type="text/css" rel="stylesheet" href="/ckeditor/contents.css?t=F969"><style data-cke-temp="1">.cke_editable{cursor:text}.cke_editable img,.cke_editable input,.cke_editable textarea{cursor:default} .cke_contents_ltr a.cke_anchor,.cke_contents_ltr a.cke_anchor_empty,.cke_editable.cke_contents_ltr a[name],.cke_editable.cke_contents_ltr a[data-cke-saved-name]{background:url(/ckeditor/plugins/link/images/anchor.png?t=F969) no-repeat left center;border:1px dotted #00f;background-size:16px;padding-left:18px;cursor:auto;}.cke_contents_ltr img.cke_anchor{background:url(/ckeditor/plugins/link/images/anchor.png?t=F969) no-repeat left center;border:1px dotted #00f;background-size:16px;width:16px;min-height:15px;height:1.15em;vertical-align:text-bottom;}.cke_contents_rtl a.cke_anchor,.cke_contents_rtl a.cke_anchor_empty,.cke_editable.cke_contents_rtl a[name],.cke_editable.cke_contents_rtl a[data-cke-saved-name]{background:url(/ckeditor/plugins/link/images/anchor.png?t=F969) no-repeat right center;border:1px dotted #00f;background-size:16px;padding-right:18px;cursor:auto;}.cke_contents_rtl img.cke_anchor{background:url(/ckeditor/plugins/link/images/anchor.png?t=F969) no-repeat right center;border:1px dotted #00f;background-size:16px;width:16px;min-height:15px;height:1.15em;vertical-align:text-bottom;}</style></head><body contenteditable="true" class="cke_editable cke_editable_themed cke_contents_ltr" spellcheck="false"><ul><li>test text</li></ul></body></html></iframe>
Actual result
<iframe src="" frameborder="0" class="cke_wysiwyg_frame cke_reset" title="Éditeur de Texte Enrichi, my_ckeditor" tabindex="0" allowtransparency="true" style="width: 100%; height: 100%;"><html><head></head><body></body></html></iframe>
Other details (browser, OS, CKEditor version, installed plugins)
it works fine with firebug, problem only if using google chrome (Version 46.0.2490.80 m)
Many thanks in advance
Change History (1)
comment:1 Changed 9 years ago by
Keywords: | empty body in iframe chrome removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Version: | 4.5.4 |
Please provide reduced sample HTML file that can be put into CKEditor samples folder and will show this problem.
I have not been able to reproduce any such issue. I'm closing ticket as invalid for now, but I will reopen it once valid sample is attached.