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 Jakub Ś

Keywords: chrome 20 upload dialogs removed
Resolution: duplicate
Status: newclosed

For that you should use at least CKFinder 2.2.2 (if you are using CKFinder) and AS A TEMPORARY SOLUTION CKEditor nightly http://nightly.ckeditor.com/.

This issue was fixed on trunk and will be available in latest CKEditor 3.6.4 which should be released in two weeks max (if nothing unexpected happens).

DUP of #8855

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