Closed (cannot reproduce)
Project:
Node-level Blocks
Version:
7.x-1.0-beta1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2013 at 20:57 UTC
Updated:
5 Jul 2013 at 13:19 UTC
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
Comment #1
Johnny vd Laar commentedDo you use the wysiwyg api module or the ckeditor module?
Do you see any javascript errors?
What browser are you using?
Comment #2
MoRphlnE commentedThis 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
Comment #3
MoRphlnE commentedComment #4
Johnny vd Laar commentedI 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.
Comment #5
Johnny vd Laar commentedComment #6
Johnny vd Laar commented