Closed (fixed)
Project:
Wysiwyg
Version:
7.x-2.x-dev
Component:
Editor - CKEditor
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 May 2013 at 18:58 UTC
Updated:
15 Feb 2019 at 05:20 UTC
Jump to comment: Most recent
Comments
Comment #1
Syntapse commentedComment #2
twodThose 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.
Comment #3
Syntapse commentedproblem reported using newest ckeditor 4.1. tried grouping still missing font params.
ckeditor 3.6 working ok. will stick with this for time being.
Comment #4
Syntapse commentedComment #5
twodDid 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.
Comment #6
robert.e commentedThat fixed it for me!
Comment #6.0
robert.e commentedupdated to include "ckeditor"
Comment #7
jkingsnorth commentedAha, this issue was fixed a while back so I'm going to close it =]
Comment #8
jkingsnorth commentedComment #9
drupal centric commentedDownloading the full package worked for me thanks https://github.com/ckeditor/ckeditor-releases/releases?after=basic%2F4.7.0
Comment #10
rjbrown99 commentedIn 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.
Comment #11
twodThe Full package does include the font plugin, it has been fully baked into
ckeditor.jsas 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.jsand looking for thepreset: 'full'line near the top. https://ckeditor.com/cke4/presets also lists the bundled plugins in each preset.