Details
- 
        Type:
 Bug
            
         - 
        Status: Closed
 - 
            Priority:
 Major
                
             - 
            Resolution: Fixed
 - 
            Affects Version/s: 2.0-Beta2
 - 
            Fix Version/s: 2.0-Beta2
 - 
            Component/s: ICE-Components
 - 
            Labels:None
 - 
            Environment:Server: Tomcat6
Browser: FF3.6, IE7 & Opera10.10 
The issue in both cases appears to be related to this JavaScript error:
$ is not defined
This is due to the compat component re-sync (
ICE-5665) being done after the work to hide Prototype functions (ICE-5844). The re-sync reverted the Prototype hiding work which causes the JavaScript functions to not be found. I fixed up the MenuItemRenderer class but we there was overlap between the two different changes so we'll need to check to see if anything else got reverted.