When trying to create or edit content which is from a node-level enabled content type, the CKeditor does not show up, you are just left with the plain text editor

Comments

Johnny vd Laar’s picture

Status: Active » Postponed (maintainer needs more info)

Do you use the wysiwyg api module or the ckeditor module?
Do you see any javascript errors?
What browser are you using?

MoRphlnE’s picture

Version: 7.x-1.0-beta1 » 7.x-1.x-dev
Status: Postponed (maintainer needs more info) » Active

This happens for me. I am using Drupal 7.22 and the latest version of node-level. It doesn't matter if I use wysiwyg with ckeditor or ckeditor module or wysiwyg with tinymce.

I get javascript error.

TypeError: $ cookie is not a function

if ($.cookie('Drupal/.tableDrag.showWeight') === null ) {

in tabledrag.js

MoRphlnE’s picture

Version: 7.x-1.x-dev » 7.x-1.0-beta1
Johnny vd Laar’s picture

I can't seem to reproduce the bug myself but I've done a bit of javascript cleanup in the latest dev release:
http://drupalcode.org/project/node_level_blocks.git/commitdiff/8790d28

Can you see if the problem still persists? Otherwise I'll need to know more details of what versions and which javascript related modules that you are using.

Johnny vd Laar’s picture

Status: Active » Postponed (maintainer needs more info)
Johnny vd Laar’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)