Hi,
I have a strange issue with the CKEditor
I use an application with closable tabs, and in each tab, I load a page like this $('#DIVContent').load("newPage.html"); when the user clicks on the corresponding link and each page is open in a different tab.
When I open the page containing the editor, it opens well and the editor is OK, but when I close the tab, and reopen the page again, the editor does not appear until I refresh the whole page
I don’t really know what can be the issue, can anyone help ?
Thanks
I have a strange issue with the CKEditor
I use an application with closable tabs, and in each tab, I load a page like this $('#DIVContent').load("newPage.html"); when the user clicks on the corresponding link and each page is open in a different tab.
When I open the page containing the editor, it opens well and the editor is OK, but when I close the tab, and reopen the page again, the editor does not appear until I refresh the whole page
I don’t really know what can be the issue, can anyone help ?
Thanks
Re: Issue with opening the editor page for the second time
Now the editor appears but it is inactive, no way to click inside, until I refresh the page