Hi all
Im attempting to integrate CKEditor into my site and im running into a wierd problem. The site that i am building relies heavily on ajax requests to load new content on the page, essentially removing the need for a whole refresh. The CKEditor is applied to a textfield that is loaded in via ajax and this works perfectly. The problem occurs when I go to use the CKEditor. When a button is clicked in the toolbar, the whole div tag that the content is loaded into is refreshed. In this case, the same ajax call is made again.
Here is the steps of whats happening
1) Index page loads with basic navigation
2) When a base navigation item is clicked, an ajax request is made for the content
3) The content is returned and a CKEditor instance is loaded
4) When clicking on any of the CKEditor toolbar buttons, the content is refreshed in the background with an ajax request which returns a php error inside as its missing required post data
I can include pictures in another post if this does not make much sense.
Thanks for any help in advance
Regards
Josh Stopper

Dont worry, it was a jquery
Dont worry, it was a jquery selector issue
Ah, cool. Any post that
Ah, cool. Any post that proposes an issue and a solution is a good post. Thx!
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!