Can anybody explain what are these good for?

Menu Timeout
Time after which is unfocused Bin (submenu) hide (closed)
Menu Size Wait
???
Menu Hover Wait
Time after from focused parent menu item to display submenu.

This setup is available in "admin/config/user-interface/megamenu" in "Advanced Settings" section.
If you setup is ignored here is issue: #1223828: Ignoring ADVANCED SETTINGS "Menu Timeout", "Menu Size Wait" and "Menu Hover Wait"

Comments

mattez’s picture

...I still realy dont know what is Menu Size Wait good for.
Its used in modules/megamenu/megamenu.js

function megamenu_sizetimer(){
	/* waits to resize on initial call to accomodate browser draw */
	sizetimer = window.setTimeout(megamenu_sizer, sizewait);
}

So question is what function megamenu_sizer() does?

AlexBorsody’s picture

I think it calculates the left offset for the menu to fit the screen on resize, but it does not work as expected.