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
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.
Re: CKFinder 2.2.1 popup issue
Re: CKFinder 2.2.1 popup issue
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
http://base.thep.lu.se/ticket/1363
http://stackoverflow.com/questions/9669 ... clients-on
Re: CKFinder 2.2.1 popup issue
Re: CKFinder 2.2.1 popup issue
http://ckeditor.com/download
Re: CKFinder 2.2.1 popup issue
Thank you
Re: CKFinder 2.2.1 popup issue
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) {} }http://clients.cyberimpact.ca/xCKEditor_test/test.asp
Re: CKFinder 2.2.1 popup issue
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: CKFinder 2.2.1 popup issue
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
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: CKFinder 2.2.1 (asp language) popup issue
Re: CKFinder 2.2.1 (asp language) popup issue
Thx
Re: CKFinder 2.2.1 (asp language) popup issue