Socialcalc is not showing up in open atrium. The field in the edit screen stays blank. Javascript debugger says 'Drupal not defines line 73'. It refers to the piece of script that is in the body.

I think the cause is that in open atrium the javascript calls to drupal, jquery, etc are not in the head of the html page. They are under the content of the page (don't know why).

A solution could be running the script on body load or something. what do you think?

Comments

infojunkie’s picture

Version: 6.x-1.3 » 6.x-1.x-dev
Status: Active » Fixed

Thanks for your report! I am delighted someone is trying to use Sheetnode with Open Atrium :-)

I found the problem and I fixed it. Please try it 12 hours from now.

You'll also find that the sheetnode edit mode is damaged because of CSS interactions, I'll be working on that too.

infojunkie’s picture

Component: Code » Core

I've checked some major changes to Sheetnode to make sure it works fully with Open Atrium. I'll make a new release soon.

buzink’s picture

Well thank you! that's lightning fast :)

infojunkie’s picture

Please check the latest dev release and let me know how it works for you.

buzink’s picture

The initial problem is solved now. Showing in view and edit mode. Thanks! I'll let you know when I encounter more problems. (right now it seems that the sheet is broader than the page, but not investigated yet)

infojunkie’s picture

The sheet is indeed broader than the page. This is a general issue with Sheetnode that I will address separately. Thanks for your feedback.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

ericaordinary’s picture

This issue has been closed for ages now so I'm assuming the fix made it into the module, but I am experiencing the same problem on Open Atrium with the latest stable release of sheetnode (1.5) and latest socialcalc files, both freshly downloaded today. I am running Open Atrium 6.x-1.0-alpha9 and Drupal 6.19.

Inspecting with firebug shows the appropriate js files are loading with the page, but I don't get any spreadsheet, just a regular old text area for the body. I tried adding a spreadsheet CCK field to test, and that field doesn't even output a text area, just a blank space.

Any thoughts?

infojunkie’s picture

@ericaordinary can you plz try the latest dev? I haven't made a new release in a long time.

ericaordinary’s picture

Just tested the latest dev and everything's now working as expected. Cheers for the quick reply!