BACKGROUND ---------- Hello everyone. I'm currently evaluating Lenya for the first time and have come across the following problem which, unless it can be resolved, will unfortunately force me to choose some other CMS (which I *really* don't want to do--this is a great opportunity to introduce Lenya to my organization).
The site navigation tree (accessed by clicking on the "Site" tab in authoring mode) doesn't work in certain versions of Lenya and for certain versions of Netscape and Firefox. Specifically, the tree is empty and various JavaScript errors occur (depending on what browser you're using). I'm not sure if this is actually a bug or something I'm doing wrong, but I've tried to present the info in a format that would be easy to copy to a bug tracker. Any advice or help is greatly appreciated. Thanks! EFFECTED LENYA VERSION(S) ---------------- 1.2.3 1.2.4-dev Note: Strangely, the bug does not appear to exist in Lenya 1.2.3-dev EFFECTED BROWSER VERSION(S) --------------------------- Netscape 7.0/7.1 (Win/Solaris) - Unfortunately, this is my target browser Firefox 1.0.4 (Win) Note: I confirmed that Netscape 7.2 and IE 6 are uneffected NETSCAPE 7.0/7.1 SYMPTOMS/JAVASCRIPT CONSOLE DATA ------------------------------------------------- The following JavaScript error message is displayed: "getTtems() of root called. This should not happen, loadInitialTree should be called first." JavaScript Console message: Error: item has no properties Source File: http://lenya.zones.apache.org:8888/default/authoring/info-sitetree/tree.js Line: 358 Code snippet from tree.js: 356 Root.prototype.select = function(item) { 357 this.unselect(); 358 this.selected = item.getPath(); 359 item.setSelectClass(); 360 }; FIREFOX 1.0.4 SYMPTOMS/JAVASCRIPT CONSOLE DATA ---------------------------------------------- No JavaScript alert() message appears as does in NN7.0/7.1 JavaScript Console message: Error: syntax error Source File: http://192.168.1.100:8888/default/authoring/info-sitetree/tree.js Line: 1 Source Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> Error: syntax error Source File: http://192.168.1.100:8888/default/authoring/info-sitetree/navtree.js Line: 1 Source Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> Error: NavRoot is not defined Source File: http://192.168.1.100:8888/default/info-authoring/index.html;jsessionid=3el190d8bhj1c?lenya.usecase=info-overview&lenya.step=showscreen Line: 31 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
