﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6355	base href (homepage) appearing in ckeditor textarea	sonali		"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"	Bug	closed	Normal		General		expired	base href	
