I have installed WYSIWYG module with CKEditor and WYSIWYG_filter module.

1.With enabled "Preformatted" option, tab does not work as expected. If I press tab, editor loose focus instead to insert tab character.
Also, if I paste text editor does not recognize tab characters.

2.With enabled "Convert tags to styles" I paste HTML with font tag

<font color="#660033">G</font>
<font color="#660000">R</font>
<font color="#990033">A</font>
<font color="#990000">D</font>
<font color="#CC0033">I</font>
<font color="#CC0000">E</font>
<font color="#FF0033">N</font>
<font color="#FF0000">T</font>

This tags should be replaced with inline CSS styles, but on view node page this HTML looks the same (no inline styles, just font tags).
Am I missing something or this options doesn't work for CKEditor.

Comments

TwoD’s picture

Status: Active » Closed (duplicate)

These settings have no effect whatsoever in CKEditor because they belong to TinyMCE.
ckeditor.inc does not even pass the values of these settings over to the editor.

We can't customize the GUI for each editor yet so we're stuck with the widgets put there when the module only supported TinyMCE.
I've got some code meant as a basis for #313497: Allow configuration of advanced editor settings that will remove these settings for CKEditor and other editors where they are not supported. I've not had time to make it a proper patch yet though. Please keep an eye on #313497: Allow configuration of advanced editor settings to know when I get time to do so.