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
175
WebMenu throwing javascript error in firefox when EnhancedRendering=true
posted

When I set EnhancedRendering=true in the WebMenu, I get a javascript error saying "item not defined". On debugging it happens in this file ig_webmenux.js in the function igmenu_mousedown (at the line igmenu_getSubMenu(eItem).igCurrentItem = item.id;) - item is not defined.

IE seems to recover from this & continue execution while firefox does not. It works fine if the EnhancedRendering property is set to false. Ofcourse if thsi property is false, the script file is ig_webmenu.js (& this one has a definition for item at the beginning of the igmenu_mousedown function).

Is this an Infragistics bug & is there is a patch or hotfix for it? Also, if I set the menu to popup another window, the above error happens & the window opens but goes behind the main window. Again this behavior is in firefox alone while IE shows the child window on top.

 

-Thanks.