When I install this module it appears to install correctly. When I go to my WYISWYG configuration for drupal 8 and CKEditore I see two new buttons a lowercase f and and a lowercase s. When I add those to the menu bar by dragging them on the bar and then saving the editor bar.

When I then go and try to edit with this html format the menu bar for ckeditor is completely gone. No error messages just a gone editor bar. Had to uninstall the module to get the bar back as dragging the f and s icons off the editor did not re enable the bar.

CommentFileSizeAuthor
#3 2805349-2.patch645 bytesToxaViking
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

overseerhobbit created an issue. See original summary.

ToxaViking’s picture

Have the same issue

ToxaViking’s picture

FileSize
645 bytes

Here is small patch. Works for me on Drupal 8.2.0

gangu’s picture

work for me.

/**
* {@inheritdoc}
*/
public function getFile() {
// Make sure that the path to the plugin.js matches the file structure of
// the CKEditor plugin you are implementing.
Global $base_url;
return $base_url.'/libraries/font/plugin.js';
}

darol100’s picture

Status: Active » Closed (duplicate)