CKEditor 3.0.1 released!
CKEditor 3.0.1 is now released. This is the first bug fixing release for the 3.0 series.
It's a pleasure to announce that the CKEditor 3.0 release had a strong success is several aspects, including its stability. Very few issues have been reported and none of them are critical.
This new release comes to fix several small things. Some noticeable entries:
- Same keyboard navigation issues have been fixed.
- The editor may have cause the page to scroll on load on some situations.
- Empty paragraphs were being created when adding a table to an empty document.
- Dialogs may have change alerts showing even if nothing were getting modified.
- Loading the "source" version of the editor now forces loading the source code of the plugins as well.
- and more....
Changelog
Check out the What's New? page for the full list of changes.
Download
License
CKEditor is available in Open Source and Commercial licenses. Full details can be found at our license page.
Reporting Issues
Please use the CKEditor development web site to report issues and suggestions through tickets.
Support
Community support is available through our forums. Visit the support page for additional options.
Other Products
Browse for images and files in CKEditor, with thumbnails, easy to use and intuitive context menu.
Commercial License
For many companies and products, Open Source licenses are not an option. This is why the Closed Distribution License (CDL) has been introduced.

Comments
Unable to upload image in CKeditor 3.5.4
I am not able to upload image using "Browse server" option in Image infio Tab of CK Editor 3.5.4. When I browse it , I can choose an image , and can see the uploading is happening, but suddenly it stops and shows error 404. Can you please help me in solving the problem?
Thanks a lot!!!
Community Forum
Hi Nisha,
blog comments are not exactly the best place to seek support. Please visit the community forums and try to find some guidance there. Thanks!
Missing Upload button
Hi,
I have Drupal 6.15 installed with CKEditor working fine. However when I go to upload an image the Upload TAB is missing but all the others are there. I have IMCE installed fine.
I have browsed around but can't find out how to activate the Upload button for images from the PC can only view the server ones.
Any help appreciated.
Thanks
Bernie
How can i get browse button in ckeditor 3.1 to upload image
I was using older version of ckeditor till now and i was able to uplaod images in the content. but in this latest version i am not able to find the script for that.
i am not that good at scripts so can any one please suggest me how to enable the image uploder in ckeditor.
thanks a lot ,
Mounish.
How can i get browse button in ckeditor 3.1 to upload image
In ckeditor/plugins/image/dialogs/image.js find this "id:'Upload',hidden:true"
change it to "id:'Upload',hidden:false"
Can any one tell how to make upload button work in ckeditor 3.1?
Can any one tell how to make upload button work in ckeditor 3.1 ?
I made the Following changes
~ I changed "id:'Upload',hidden:true" to "id:'Upload',hidden:false" In Ckeditor/plugins/image/dialogs/image.js
But there is still Problem in Uploading , it says
Not Found
The requested URL /admin/undefined was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Can anyone please help me in Solving this ?
Thanks
Button for upload image
I made "id:'Upload',hidden:false" and the button exists, but when I chose a file and click send it to server it dont upload the file, it says:
Not Found
Thanks
Paste as plain text option
Is is possible to customise CKEditor to optionally paste as freetext? i.e. when you right click provide an additional option "paste as freetext". The reason for this is that there is sometimes unwanted formatting in HTML that adversely affects the behaviour of the editor.
Need option to suppress <p>......</p>
I would love to see an option whereby we could suppress the paragraph tags that are autimatically added to the text. I understand that the editor is doing its best to make sure that the output is standards compliant. But let the developer worry about that. When the editor automatically includes it, I have to strip it out before updating database fields so as to not mess up the original formatting.
You can use the enterMode settings
You may check the enterMode setting. We recommend the <p> mode in any case.
The question wasn't about enterMode
Actually, the added <p> are created by the enter key, but when you paste a <ul><li> for example, the editor adds <p> </p><p> [PASTED] </p>
Java integration for CKEditor 3
When do you plan to make native Java integration for version 3? (approximately)
I really need file upload for new version.
Is any way to integrate FCKEditor 2.5 and CKEditor 3 ?
Thanks
Any news in this subject?
Any news in this subject?
How can browseServer Button choose Image / Flash type?
I am a developer,
According to the url:
http://docs.cksource.com/CKEditor_3.x/Developers_Guide/File_Browser_(Uploader)/Dialogs_-_Adding_File_Browser
I add "Browse Server" button like:
{
type : 'button',
hidden : true,
id : 'browse',
filebrowser : 'Media:txtUrl',
label : editor.lang.common.browseServer,
style : ''
},
But I want to open http://localhost/editor/fckeditor/editor/ckfinder/ckfinder.html?type=Image
How can i do the code?
I have to agree
I have to agree with a lot of the other commenters that the new images are not nearly as professional as the old ones. Even if you use the v2 skin you get the new images. Any way to get the old images?
Thanks!
Dokuwiki plugin
i'm looking for CKEditor plugin for Dokuwiki, anyone has any clue?
Dokuwiki has FCKEditor 2 plugin, but it doesn't work with CKEditor 3.
There are some plugins for CKEditor 3.x
Dokuwiki? I have not used that. But there are some plugins for CKEditor 3.x
http://code.google.com/p/lajox/
CKEditor for WordPress MU?
Hello. I love this editor for WordPress - out of all the elements I've added to my WP blogs, this editor is my favorite. But will it also work for WordPress MU? If so, can it be installed on the superadmin level and be used for all the child blogs as well?
tab to upload image not found as shown in demo
In version 3.0.1 and i want to upload image but i m not getting upload tab as shown in demo can you guide me how to get upload tab
tab to upload image not found as shown in demo
I am having the same issue and have searched the docs.
Can't figure out how to enable as this version is very different from the version i am currently using.
Upload Button
File Browser (Uploader) - I have installed CKEditor and it works fine. In the installation guide it says that the browse button when uploading an image appears automatically. It is not appearing at all not in upload and not in the main page. Why is it like that? Thanks AJ
did you choose file uploader
did you choose file uploader plugin in Administer > Site configuration > CKEditor->File Browser Settings ?
'V2' Skin
Is there a reason why the 'V2' skin doesn't use the actual V2 icons? I like most of the new icons, but the old ones were just perfect.
Java Integration for CKEditor
Hi, Just want to see if there is any integration with Java (JSP) with CKEditor 3.0.0 yet?
The only java integration I can find is http://java.fckeditor.net/ and it is only upto 2.5.
Or if there is any work around to get CKEditor or CKFinder integrated in java container?
Not yet
There is no Java native integration for CKEditor at this time. For now, you should use the JavaScript way for it, which is quite simple. You can find several samples of it in the distribution file.
Javascript way of Integrating with CKEditor?
Hi Frederico,
urgently I require the sample code to integrate CKEditor with a java web application. Can u plz help me with that..
Which files should I refer to ?
Thanks in advance
JS way?
hi, Frederico, can you say it detaily about the Java Script way for it, how can i do that?
Thank you in andvance.
Look forward this integration
Java is very popular language now, many people are trying to use it in Java environment, So i look forward Java native integration.
Java
Any news about Java Integration?
ie there is no cursor under the
I have applied to the project, but discovered a problem!
Ie in all browsers, the editing area can not get the cursor, only the first line or have the contents of the line before they can? Very bad
IE bug/limitation
This is a long time known limitation in IE. It's a bug in the browser behavior, even if we can understand the reason why. It's related to the fact that, in standards mode, the <body> doesn't fill the document height, and in IE the <body> is the top level editable space. We have a ticket for this issue. Hopefully someone will come with a nice solution for it. Ideas?
Confused with other product, FCKeditor
I am a newbie for this. Can someone explain or provide any link/document for the differences between CKeditor and FCKeditor?
It's just a new release of the same product
CKEditor is just a brand rename for FCKeditor. There is nothing legal involved with it. Look for "Notes on the new name" at the CKEditor 3.0 announcement article for more information.
Different versions
The answer is that they had to get rid of the name because of some (legal?) issue (don't remember exactly what). CKEditor is version 3 och FCKEditor.
The name was changed so it
The name was changed so it wouldn't resemble f**k!
Love the new site
I just wanted to congratulate you on your new site. It looks awesome. And thanks for CKeditor 3. It's much better than the old editor...
No doubt a excellent
No doubt a excellent work!
Have you considered rewrite it with a JavaScript Framework like jQuery ?
I've been considering it for a time.
Not much advantage
We understand that basing the development on any js framework would not bring much advantage for us. Actually, it would even bring some negative impact for those who don't want that framework. A full discussion about it can be found at our forums.
We're instead working to provide native jQuery integration. This is one of the new features coming with CKEditor 3.1.
Have you ever tried? I found
Have you ever tried?
I found your site used some jQuery functions.
Two bugs
All in page break plugin,
In ie6, insert a page break between text, and then toggole 'source code' some times, what you will see
and 'Format' drop list, click and flash away soon
Fullscreen Edit Bug?
Appears the fullscreen edit mode is broken in this release. I tried with IE6.
This is fabulous -- but...
Were looking at replacing our exisiting editor in our application with CKEditor. There were a few minor issues, mostly fixable on our end. But, as of 3.0 is appeared that having multiple instances on the page share a toolbar was not yet working. Is this still true, and is someone working on it?
Great tool, no matter how you look at it.
Post new comment