<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : CKeditor filebrowser window bug</title>
		<link>https://www.cotonti.com</link>
		<description>Останні повідомлення в темі</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sun, 19 Apr 2026 02:10:27 -0000</pubDate>

		<item>
			<title>uznik73</title>
			<description><![CDATA[<p>
	In Google Chrome when using filebrowser in <strong>ckeditor v.3.6.2</strong> new window invisible, cant be resizable or move.</p>
<p>
	To fix it need to replace in <strong>plugins/ckeditor/lib/ckeditor.js</strong></p>
<pre class="brush:jscript;">
s.moveTo(r,q);s.resizeTo(n,o);</pre>
<p>
	<strong>to</strong></p>
<pre class="brush:java;">
var ua = navigator.userAgent.toLowerCase();if ( ua.indexOf( ' chrome/18' ) == -1 ){s.moveTo(r,q);s.resizeTo(n,o);};</pre>
<p>
	I realy long time try to find how fix it problem, hope it's help someone else</p>
<p>
	full fixed <strong>ckeditor.js: <a href="http://www.cotonti.com/datas/users/ckeditor_1768.zip"><em>download</em></a></strong></p>
]]></description>
			<pubDate>Thu, 03 Травень 2012 18:05:42 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=6907&d=0#post34184]]></link>
		</item>
	</channel>
</rss>