Hi,
The bug only occurs on the 2.0, no problem detected in the previous version :/
1. You are on a lambda page : index.html
2. You ask for toto.html, you are in full ajax, so the content, js and css load dynamicly in ajax (CKFinder included)
3. You are now on index.hmtl#toto.html, you create a CKFinder popup like that :
var finder=new CKFinder(); finder.basePath='/ckeditor/ckfinder/'; finder.customConfig='/ckeditor/ckfinder/config.js'; finder.popup();
Re: [Bug] Accessing CKFinder in full ajax navigation
Could you provide us a simple example where this bug occurs (perhaps using Jquery)?
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: [Bug] Accessing CKFinder in full ajax navigation
I use MooTools (6 months ago, it was more efficient than JQuery, regarding loading time and functionnalities, i don't know if it's still the best js framework).
But in all case, these frameworks are very similar, in many ways.
And yes, i can show you the bug online
Re: [Bug] Accessing CKFinder in full ajax navigation
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: [Bug] Accessing CKFinder in full ajax navigation
I have exactly the same problem.
I use the hack provided by Kolibot.
Best regards.
Re: [Bug] Accessing CKFinder in full ajax navigation
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: [Bug] Accessing CKFinder in full ajax navigation
Hi wiktor,
see the attachments for a fully functional sample of the behaviour.
Using :
ckfinder php 2.0
jquery 1.4.2
jquery.ui 1.8.4
Thanks for the look.
Best regards.
edit :
PS:
by the way, ckfinder is functional when integrated in ckeditor (included via ajax too) without hacking.
This behaviour happens only when it is used standalone.
Attachments: