At xxx/edit page I get this error:

Uncaught TypeError: Cannot read property 'getAttribute' of undefined --------- sites/all/libraries/ckeditor/ckeditor.js?ndxryn:216

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

chefnelone’s picture

Issue summary: View changes
codybarr’s picture

Pretty sure I'm having a similar issue. My default text format is a non-ckeditor enabled one. When I try to switch to the ckeditor text format I receive the following error in Chrome's console:

'Attr.nodeValue' is deprecated. Please use 'value' instead.
Uncaught TypeError: undefined is not a function 

And ckeditor doesn't load (just blank)

chefnelone’s picture

The same: ckeditor doesn't load, I see a empty space instead.
If I change the text format then I get the ckeditor loaded.

brighteridea’s picture

Any progress?

heshanlk’s picture

For me this appeared to be a conflict with my Js settings, I moved all my JS to footer and occurred this issue when I put my JS in header this error went away.