Opened 12 years ago
Closed 12 years ago
#9149 closed Bug (duplicate)
image upload issue in chrome 20
Reported by: | Andrey | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Dialogs | Version: | 3.6.3 |
Keywords: | Cc: |
Description
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!
Change History (1)
comment:1 Changed 12 years ago by
Keywords: | chrome 20 upload dialogs removed |
---|---|
Resolution: | → duplicate |
Status: | new → closed |