Opened 8 years ago

Closed 8 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

  1. popin form with textarea replaced by ckeditor
  2. open popin first time : works fine
  3. 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 8 years ago by Jakub Ś

Keywords: empty body in iframe chrome removed
Resolution: invalid
Status: newclosed
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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy