Updated to the latest dev build, which fixed some issues, and now Edit properly offers up a quickedit link and loads properly when I'm looking at pages in my site theme. However, when I actually use the node edit form in the admin theme, edit.js complains on line 212:

TypeError: 'undefined' is not an object (evaluating 'entityElement
.get(0)
.getAttribute')

If it matters, I'm using the Seven theme for admin pages, including for content editing. The main problem is that the javascript error seems to prevent ckeditor from loading up on text fields in the node edit form.

Comments

Wim Leers’s picture

Status: Active » Closed (duplicate)
Related issues: +#2160081: D7 Edit is only ever going to work on the front-end

Indeed! That was fixed less than 2 hours before you posted this issue: http://drupalcode.org/project/edit.git/commit/ba5d2e7 :)

See #2160081: D7 Edit is only ever going to work on the front-end.

wrd’s picture

Awesome. Thank you!