I am using CKEditor 3.2 and have implemented the editor in one of our JSPs as follows:
When clicking on the Image-Upload button and then canceling the dialog the main-page refreshes. Not sure how to avoid this - it certainly looks like a bug to me.
This behaviour occurs only in Safari and Chrome (seems to be Webkit related) and does not occur in Firefox/IE. The same application works fine when using FCKEditor 2.6.6.
Nightly build: I have tried this with the nightly build and still get the same error.
<body onLoad="CKEDITOR.replace('Trade_Description');">
When clicking on the Image-Upload button and then canceling the dialog the main-page refreshes. Not sure how to avoid this - it certainly looks like a bug to me.
This behaviour occurs only in Safari and Chrome (seems to be Webkit related) and does not occur in Firefox/IE. The same application works fine when using FCKEditor 2.6.6.
Nightly build: I have tried this with the nightly build and still get the same error.