Using Notes 8.5.3, UP1, I have a long XPage which uses a lot of ExtLib functions. I'm also using TinyMCE and a jQuery table of contents, described here: http://xomino.com/2012/08/26/jquery-in-xpages-14-toc-create-a-menu-to-scroll-to-a-form-section/. When I create a new document it works fine and saves properly. However, once it's opened in edit mode again, I get the following errors in Firebug:
TypeError: node is null
dojo.js, line 14.
Error parsing in _ContentSetter#Setter_view:id1:id9:callback:tabName_pane_6
file "xsp/.ibmxspres/.mini/dojo/.en-us/@Fv&@EOb&@EOd&@EOf&@Ek&@Es&@Ie&@Ig.js", line 82
Error undefined running custom onLoad code: This deferred has already been resolved.
file "xsp/.ibmxspres/.mini/dojo/.en-us/@Fv&@EOb&@EOd&@EOf&@Ek&@Es&@Ie&@Ig.js", line 82
Basically, these errors are preventing any SSJS from being triggered at all. Any suggestions on how to debug this?