ckeditor font size and font not working. though enabled in admin/configuration/wysiwyg profiles, these two items do not show up in the editor. Havent cross checked them all but looks like there's a few others missing. testing a clean drupal 7.22...

Comments

Syntapse’s picture

Component: Code » Editor - CKEditor
TwoD’s picture

Status: Active » Postponed (maintainer needs more info)

Those drop downs show up just fine here. Which version of CKEditor are you using?
Please note that some of them may accidentally have been rendered behind other elements because of an issue with the toolbar.
You should have an option called "Use default toolbar button grouping" under "Editor Appearance". Enable that and you should have a much nicer looking toolbar.

Syntapse’s picture

problem reported using newest ckeditor 4.1. tried grouping still missing font params.

ckeditor 3.6 working ok. will stick with this for time being.

Syntapse’s picture

Status: Postponed (maintainer needs more info) » Needs review
TwoD’s picture

Status: Needs review » Postponed (maintainer needs more info)

Did you download the Full CKEditor 4 library package?
The other packages do not include some of the plugins previously available in the standard CKEditor 3 package.

robert.e’s picture

That fixed it for me!

robert.e’s picture

Issue summary: View changes

updated to include "ckeditor"

JKingsnorth’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (fixed)

Aha, this issue was fixed a while back so I'm going to close it =]

JKingsnorth’s picture

Category: Bug report » Support request
Drupal Centric’s picture

Downloading the full package worked for me thanks https://github.com/ckeditor/ckeditor-releases/releases?after=basic%2F4.7.0

rjbrown99’s picture

In case someone happens to find this closed thread -

The current version of CKEditor as of this post, 4.11.2, does not include the font plugin as part of the "full" package download. You will have to grab the font plugin and manually add it to the 'plugins' directory.

IE go here and download the plugin:
https://ckeditor.com/cke4/addon/font

Unzip in your libraries/ckeditor/plugins directory and font sizes now 'just work' in the editor.

TwoD’s picture

The Full package does include the font plugin, it has been fully baked into ckeditor.js as it has no image assets or other files which need to go into a separate place.

You can verify you got the right editor version by opening build-config.js and looking for the preset: 'full' line near the top. https://ckeditor.com/cke4/presets also lists the bundled plugins in each preset.