First, a big thanks for all the work that's gone into these Drupal modules.
The upgrade from fckeditor to ckeditor is pretty smooth.

One problem that I think may be a bug:
After upgrade from fckeditor the wysiwyg editor does not show.
In the ckeditor profiles, under "Editor Appearance" -> "Toolbar:",
the line "Load sample toolbar: Basic|Advanced|Full" appears but no sample toolbar is displayed.
Clicking on any of the choices bring up the display.
If one then saves the profile configuration and does the same for each profile the editor is visible for all users.
If it is possible for the ckeditor install to set this it may complete the upgrade more completely.

Thanks.

Comments

mkesicki’s picture

@izmeez,
thank you for noticing this.

pkiff’s picture

We ran into a possibly-related issue on upgrading from FCKEditor today. I wonder if the issue arises because we had custom toolbars enabled in FCKeditor that (obviously) don't exist in CKeditor, and so no toolbar is enabled by default. The upgrade instructions for FCKeditor -> CKeditor should probably include a note that mentions if/how to port your FCKeditor toolbars over to CKeditor. This note might also mention that the CKeditor toolbar code has been rewritten since 3.6 to accommodate ARIA, and so FCKeditor toolbars should not simply be cut and pasted into a new ckeditor.config.js file.

Phil.