Log in or register to post comments
Last post
CKFinder 2.2.1 (asp language) popup issue
Hi all,
i'm having this issue also in Ckfinder Version 2.2.1 Asp language when reopen popup window with Google Chorme and IE (work with Firefox). Ckfinder opens the first time but the second time only a grey screen, I using Ckfinder 2.2.1, Google Chorme 18.0.1025.152 m and IE 8.0.7600.16385.
Image
Image
Re: CKFinder 2.2.1 popup issue
Are you getting any errors in Chrome console? Any HTTP 404, 500 or any JavaScript errors?
What connector are you using and are you getting any erros loged in server-side code?
Does it happen with latest CKEditor 3.6.3?
Re: CKFinder 2.2.1 popup issue
I get the exact same issue with IE 9. In the console of ckfinder I get the following error :

SCRIPT264: The object invoked has disconnected from its clients.

ckfinder.js, line 6 character 7244

Hope it helps figure out what it could be
Re: CKFinder 2.2.1 popup issue
I get the exact same issue with IE 9.


@maxiwheat
If you type in Google "The object invoked has disconnected from its clients." you will get some links saying that it may have something to do with IE security settings and opening windows (Since default configuration works I assume you have used some sort of custom solution):

http://base.thep.lu.se/ticket/1363
http://stackoverflow.com/questions/9669 ... clients-on

What is your security level in IE and does this error pop out in your custom code or CKFinder/CKEditor code?
Any chance for detailed stack trace of the error (URI, Message, Line etc.)

NOTE: I doubt it has anything to do with original ticket.
Re: CKFinder 2.2.1 popup issue
It is similar in the way that the popup opens the first time, but the second time it remains gray as in the screenshot posted by tuyenht
Re: CKFinder 2.2.1 popup issue
@maxiwheat what security settings are you using for your IE - default ones or you have changed them E.g. to high or custom?

Have you ried to reproduce this issue in plain CKEditor + CKFinder only? I'm talking about code freshly downloaded from http://ckeditor.com/download with out any CKEditor logic.
If it works this means thaere is something inside your application.

Another possible issue - server settings - have you tried run plain CKEditor + CKFinder on other server, does the problem occur there also?

Are you using CKFinder and CKEditor on different domains, domain/subdomain perhaps (errors would be different but it’s always worth to ask)?
Re: CKFinder 2.2.1 popup issue
I will try to reproduce the error and maybe isolate what causes this issue in a more simple integration. I don't get the problem in the ckeditor demo on ckeditor.com

Thank you
Re: CKFinder 2.2.1 popup issue
I have the same issue and I just found out that if I comment the following line, everything works fine.

File : ckfinder.html (line 37 to 51)
var tmp;
if ( tmp = get( 'configId' ) )
{
   var win = window.opener || window;
   try
   {
      while ( (!win.CKFinder || !win.CKFinder._.instanceConfig[tmp]) && win != window.top )
         //win = win.parent; // Line to comment
      if ( win.CKFinder._.instanceConfig[tmp] ) {
         config = win.CKFinder._.instanceConfig[tmp];
      }
   }
   catch(e) {}
}

It seems that the while loop don't find what it is suppose to find and the config variable doesn't contain the right values.

On the first try, the window opener is correct. But, on the second try, we got nothing.

I put my CKEditor inside a jQuery UI Dialog if you want to try to reproduce the bug.

If you want to see an example, go to : http://clients.cyberimpact.ca/xCKEditor_test/test.asp
Re: CKFinder 2.2.1 popup issue
Thanks Matrix818181 for showing the sample (yep, definitely there is a problem) and thank you all for reporting it, we'll definitely fix it in the next release.

Wiktor Walc
CTO
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+

Re: CKFinder 2.2.1 popup issue
Thanks Wiktor !

Could give us the link to the issue tracking page for this bug ? I would like to track if the bug has been eliminated or is in progress.

Thanks
Re: CKFinder 2.2.1 popup issue
Since the CKFinder tracker is not publicly available, unfortunately you will need to check the http://ckfinder.com/whatsnew or read the announcement blog post for the new version when it is released.
We will also update this thread when a new CKFinder version with this bug fixed becomes available.

Sorry about the trouble!

Documentation Manager, CKSource

See CKEditor 4.x docs, CKEditor 3.x docs, CKFinder docs for help. CKEditor general FAQ is useful, too!
If you think you found a bug in CKEditor, read this!

Re: CKFinder 2.2.1 (asp language) popup issue
issue with Asp language
Re: CKFinder 2.2.1 (asp language) popup issue
I hope the next release is soon because we have a lot of IE users with this bug and telling them to change their browser isn't the best idea.

Thx
Re: CKFinder 2.2.1 (asp language) popup issue
The next release occured (CKFinder 2.2.2 and CKEditor 3.6.4) and the bug is not fixed yet :-( When can we hope it will be ?