﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9149	image upload issue in chrome 20	Andrey		"Hi  
I'm using Google Chrome version 20.0.1132.57 m and CKEditor 3.6.3. 
The error appears when you click ""Browse server"" button for popup. 
The window is just minimized and there is no obvious way to restore it.  
If you use ctrl+click then it opens in new tab and works fine.
Also there could be a possible solution to replace this code  
if(t.indexOf(' chrome/18')==-1){s.moveTo(r,q);s.resizeTo(n,o);}s.focus();s.location.href=m;}  
by these
if(t.indexOf(' chrome/18')==-1){setTimeout(function(){s.moveTo(r,q);s.resizeTo(n,o);}, 100);}s.focus();s.location.href=m;}  
in ckeditor.js in line 78.  
This worked fine for me as a temporary solution, but it would be better to have this in version 3.6.4 so I can update ckeditor.  
Thanks in advance!"	Bug	closed	Normal		UI : Dialogs	3.6.3	duplicate		
