Tried searching for similar problem, but only found the opposite of my problem.
I did try to disable all ajax an jq plugins and a cache clear after that which didnt resolve the issue.

By adding a sheetnode i do see a form and it does work, only after editing a existing nodesheet the sheet will become invisible. Is there any debugging i can do to help?

Comments

infojunkie’s picture

By "after editing" you mean when viewing the sheetnode? Or when you try to edit an existing sheet?

Maitreya’s picture

oops with "after editing" i meant "pressing on edit while on being on view"

infojunkie’s picture

Can you please open Firebug, refresh the page and see if there's an error in the Firebug console?

Maitreya’s picture

It starts with this error:
str.search is not a function
modules/sheetnode/socialcalc/socialcalcspreadsheetcontrol.js?m
Line 3054

And then repeats this one a lot:
editor.griddiv is undefined
modules/sheetnode/socialcalc/socialcalctableeditor.js?m
Line 2986

And ends with:
spreadsheet.parentNode is null
modules/sheetnode/socialcalc/socialcalcviewer.js?m
Line 498

infojunkie’s picture

Thanks. Can you also please paste the JavaScript line in the HEAD section of the page that goes something like:

jQuery.extend(Drupal.settings, { "basePath": ...

I am specifically interested in the values of the "sheetnode" key on that line.

Maitreya’s picture

infojunkie’s picture

Thanks. This is a duplicate of the issue #1014788: sheetnode as cck field - label appears but sheet not visible. Please follow the discussion there.

infojunkie’s picture

Status: Active » Closed (duplicate)