Hi. I have a problem when using CKEditor with EJS.
I have a single page web site using jQuery, backbone.js and EJS to simulate an OS desktop. it has some functions, each funtion is rendered dynamically using EJS in it's own DIV element.
The problem is, after I click 'Ok' or 'Cancel' button of any plugin's dialog. the browser always open a new blank page.
I tested this in Chome, Firefox and IE.
Chrome is OK, IE has a blank page which url is 'javascript:void(0)' and Firefox is 'about:blank'.
Thanks.
Please, report this on http:/
Please, report this on http://dev.ckeditor.com
However, you need to prepare a sample (HTML file) that will show us the issue, because what you've written doesn't make it clear enough how we can reproduce this issue.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Thanks for your reply. after
Thanks for your reply. after i exam the code, I found the problem come with jquery-desktop.
http://sonspring.com/journal/jquery-desktop
It is solved now.