If I am in Filtered HTML mode, I can use the strike button and it will behave as expected... In the WYSIWYG area. But once I save and publish, the "s" tag disappear (I checked the HTML code - it is not here). Pressing the "source" button to manually enter it doesn't change a thing (obviously, since the issue is not input, but filter).

Moving to Full HTML fixes the issue.

ckeditor buttons shall not allow a feature that cannot be rendered. Either the strike button shall disappear in Filtered HTML mode (not recommended) or the filtered HTML shall allow the "s" tag (preferred). Of course, I could manually edit my Filtered HTML configuration (and probably will until this is fixed) but here I am talking about default, out-of-the-box behaviour.

Although I tried my best to avoid it, this may be a duplicate bug report.

Comments

David Latapie’s picture

Issue summary: View changes
jcisio’s picture

Status: Active » Closed (won't fix)

In D8 filter settings and CKEditor toolbar are kept in sync. But we don't have intention to fix it in D7 because it is a major change. Maybe an extra module?

David Latapie’s picture

Thanks, the answer is satisfactory, I'll try to remember to undo my patch when we'll move to D8. FYI, I added a similar report for u (and closed it as won't fix): https://www.drupal.org/node/2410837