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
275
Setting 'SubMenuOpeningDelay' prevents submenus opening in Firefox
posted

Hi,

I have noticed that setting the SubMenuOpeningDelay to anything, causes a javascript error and prevents any sub menus from opening in Firefox (all other browsers are unaffected). The error is in the igWebDataMenu JavaScript file:

....
__showElement:function(sg, item, isFromKeyboard)
{
    ....
    if(sg == null || typeof(sg) == "undefined" || sg.style.display != 'none')
        return false;

    ....

}
....

*** Error: sg.style is undefined ***

For some reason the object 'sg'  (which I assume is supposed to be the subgroup object reference) is set to the number 0 (or some other number) when I debugged through the code. Leaving SubMenuOpeningDelay to it's default value doesn't cause this problem.

I can leave it at the default value for now, but this pretty much leaves the propery unusuable if it breaks cross-browser compatibility. Hopefully this can be fixed in the next release or a hotfix.

Cheers!
Craig Wilson

Parents
No Data
Reply Children
No Data