-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Medium
-
Affects Version/s: 1.2
-
Component/s: None
-
Environment:
OC4J/Oracle 9/Solaris 9/JDK 1.4.2_04
Firefox 0.9.2
After upgrading from 1.1.2 to 1.2 and attempting to use the new "Directory view listing" feature, I'm only seeing a single link to the space home page and no hierarchy.
Upon checking the javascript console I'm getting the following error:
Error: contextPath is not defined
Source File: http://intranet.mpls.digitalriver.com/confluence/includes/js/menuExpandable3.js
Line: 17
The line in question is the following (from menuExpandable3.js):
actuator.parentNode.style.backgroundImage = "url(" + contextPath + "/images/icons/tree_plus.gif)";
I'm using Firefox 0.9.2 as my browser.