Hi All,
I've encountered a javascript error when I try to edit a link using CKEditor.
Environment: Windows XP with IE8. CKEditor version : 3.
Special configuration for CKEDITOR: enterMode: CKEDITOR.ENTER_BR
The source as viewed is as follows:
<div><div><a href="http://localhost:7001">abcd</a></div></div>
Steps to replicate the javascript error:
1) With the source as mentioned above, right click on the link and select "Edit Link".
The Link dialog will appear.
Notice that the URL field is empty.
2) Type anything on the URL and press enter.
Once enter is pressed in step 2, you will encounter a javascript error.
I have tested with other enter modes (ENTER_P and ENTER_DIV) . It seems that those 2 modes will function properly. Hence I would like to report this problem.
Fri, 12/16/2011 - 07:09
#1
Re: Javascript when Editing Link
Just to add, I have tested on XP with IE 7. Don't seem to have this problem on IE7.
Thanks in advance for your help.
Re: Javascript when Editing Link
I cannot reproduce it on the nightly build (see the Using the "Enter" key in CKEditor sample with ENTER_BR mode). Could you please check your scenario there as well?
If everything is OK on the nightly, you should probably upgrade to CKEditor 3.6.2. If you see an error, however, can you report it on our Development site, as described here? This is the only official way to report and track errors that we use, the developers do not follow the forum threads.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: Javascript when Editing Link