This seems like a great project and I want to test it out, but at the moment I can't get it to work. I followed the installation instructions, but just to reiterate so you know I did:

- Drupal 7.35
- patched core
- ctools and entity installed
- jquery_update, set to 1.7
- ckeditor module, "latest development release" which for me was April 1, 2015
- configured filters in text formats, added tag to allowed tags, added embed and align plugins on CKEditor profile, added "E" button to CKEditor toolbar

The button appears, but when I click it I get no response. In the console, I see:

TypeError: d is undefined

...return this._.cachedChecks[f];d=k(a).$1;e=d.styles;var g=d.classes;d.name=d.elem...

ckeditor.js (line 194)

I tried disabling entity_embed and reloaded the node-editing page and the error didn't appear, so I don't think it's because of CKEditor, jQuery update, or some other module.

Let me know if I can provide any more information or feedback for testing. Really love the looks of this project!

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Devin Carlson’s picture

Category: Bug report » Support request
Status: Active » Needs review
FileSize
3.66 KB

I believe that this is because the Widget API isn't available.

The attached patch adds instructions and requirement checks for CKEditor 4.3 and the Widget API.

Devin Carlson’s picture

Status: Needs review » Fixed

Tested and committed #1 to Entity Embed 7.x-1.x.

  • Devin Carlson committed 8c4e0da on 7.x-1.x
    Issue #2465889 by Devin Carlson: Added library requirements and...

Status: Fixed » Closed (fixed)

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