Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
Menu Issue with 2008.1 upgrade
posted

We recently upgraded to 2008.1 from 2007.3.  We are also now using VS2008 but compiling against the 2.0 framework.  After the upgrade to 2008.1 the ultrawebmenu no longer works in Firefox.  When I use firebug I get the following errors (4 times) for each menu item I select:

 getFirstKbItem(undefined)ScriptResource.ax... (line 2431)

onmenufocus(focus )ScriptResource.ax... (line 2029)
focus()ScriptResource.ax... (line 1390)
hover()ScriptResource.ax... (line 1525)
igmenu_mouseover(mouseover clientX=0, clientY=0)ScriptResource.ax... (line 166)
 var items = oSubMenu.getItems();
 
Any ideas what might be causing this?