Opened 15 years ago

Closed 13 years ago

#6355 closed Bug (expired)

base href (homepage) appearing in ckeditor textarea

Reported by: sonali Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: base href Cc:

Description

Descriptive summary: some times I found that base href url is set in iframe src url. therefore my homepage of site is appearing in ckeditor textarea.

Steps to reproduce: it is very rare to occour

Browser name: Firefox ver 3.6.10, its working fine in IE.

URL: http://social.kidspot.com.au/topic.php?topic_id=7157

To overcome this situation , 1) I updated the ckeditor.js file on line number 90 I replaced the code with about:blank in iframe tag.

K=h.createFromHtml('<iframe style="width:100%;height:100%" frameBorder="0" title="'+C+'"'+' src="about:blank"'+' tabIndex="'+(b.webkit?-1:A.tabIndex)+'"'+' allowTransparency="true"'+'></iframe>

Now its showing Blank page instead of home page, but user can not edit or add content in text area. this is very rare to occour.

2) and in HTML page I delayed the loading time of ckeditor: <script type="text/javascript">setTimeout("CKEDITOR.replace('comment_body');",1000);</script>

can you please help me to sort this problem

Attachments (1)

screenshot.bmp (714.8 KB) - added by sonali 15 years ago.
Screenshot of file

Download all attachments as: .zip

Change History (3)

Changed 15 years ago by sonali

Attachment: screenshot.bmp added

Screenshot of file

comment:1 Changed 14 years ago by Garry Yao

Status: newpending

WFM with your provided URL, we're looking for a reduced sample page as TC.

comment:2 Changed 13 years ago by Jakub Ś

Resolution: expired
Status: pendingclosed
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