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
Comment #1
infojunkieBy "after editing" you mean when viewing the sheetnode? Or when you try to edit an existing sheet?
Comment #2
Maitreya commentedoops with "after editing" i meant "pressing on edit while on being on view"
Comment #3
infojunkieCan you please open Firebug, refresh the page and see if there's an error in the Firebug console?
Comment #4
Maitreya commentedIt 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
Comment #5
infojunkieThanks. Can you also please paste the JavaScript line in the HEAD section of the page that goes something like:
I am specifically interested in the values of the "sheetnode" key on that line.
Comment #6
Maitreya commentedHere it is :) http://pastebin.com/xmTNN34H
Comment #7
infojunkieThanks. This is a duplicate of the issue #1014788: sheetnode as cck field - label appears but sheet not visible. Please follow the discussion there.
Comment #8
infojunkie