When following the instructions on the module page I was getting fatal JS errors after adding the E button, and attempting to edit a node:

uncaught exception: [CKEDITOR.resourceManager.load] Resource name "lineutils" was not found  

The solution was to download the lineutils ckeditor addon and then my editor worked as expected again (and media_browser even worked!)

Versions of things:
Drupal core: 7.37
jQuery Update: 7.x-3.0-alpha2
ckeditor module: 7.x-1.x-dev
ckeditor: 4.4.7
widget: 4.4.7

Comments

jenlampton’s picture

Issue summary: View changes
devin carlson’s picture

Status: Active » Needs review
StatusFileSize
new4.25 KB

The lineutils plugin is a dependency of the widget plugin but it looks like ckeditor.com doesn't automatically resolve dependencies.

The attached patch adds a requirements check for lineutils.

devin carlson’s picture

Status: Needs review » Fixed

Committed #2 to Entity Embed 7.x-1.x and updated the project page.

  • Devin Carlson committed 1e06e92 on 7.x-1.x
    Issue #2504263 by Devin Carlson: Added a requirements check for the...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.