17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1603 Views |
-
NoRespondToNodePage in debug window

14 June 2007 at 3:36am
I update my SS to last tarball.
and i have the next bug in CMSWhen i just enter and select a page to edit, i get the page but i get a popup windows saying "NoRespondToNodePage" too.
then if i select other page to edit the page is open ok but i get a javascript error in IE:
Line: 122
char: 3
error: access denied -
Re: NoRespondToNodePage in debug window

14 June 2007 at 4:59am
I think this has to do with: http://www.silverstripe.com/core-team-discussion/flat/1542?showPost=1547
In the gsoc branch I recently changed this line in jsparty/tiny_mce/tiny_mce_improvements.js from this:
console.log('respondToNodeChange');
to this:
// console.log('respondToNodeChange');to get rid of similar message.
It seems like it is just a leftover debug message.
I could seem to find a reference to "NoRespondToNodePage" in my copy SilverStripe, but I would think that it is probably a call to console.log that needs to be removed.
Hope this helps,
Elijah
-
Re: NoRespondToNodePage in debug window

14 June 2007 at 7:27am
Thank You very much Elijah
Seems like you are looking around all the SS code.
| 1603 Views | ||
|
Page:
1
|
Go to Top |


