|
This happens both in IE6-8 and FF. I have a vertical mbmenu like the one in your demo, containing the items: menu1 and menu2. All submenus are ajax-driven (menu11, menu12, menu111, menu112 etc). This bug occurs when I hover over one of the ajax-driven submenus. Depending on how I hover over menus, sometimes they disappear, other times the subsubmenus are displayed. For example, I first hover over menu1, after a little pause, menu11 and menu12 are shown. Then I move cursor to menu11:
I think that maybe what happens is that the mouseout event from menu1 is triggered after the mouseover event from menu11. Just an idea. This is pretty annoying, since it means you cannot move the mouse too fast when using the menu. Slow users will never notice it though. This is the only bug that's holding me back from using mbmenu in a production environment. |
|
I've never had this issue happened... does your initialization use "hoverintent"? If yes you could try to set the hoverintent parameter to false... If you have a public url where to experience the issue would be very helpfull to debug it. |
|
You can try it here: http://ording.dk/martin/mbmenu/mbmenu.htm It turns out ajax on/off is irrelevant. It is also irrelevant whether or not the submenu contains subsubmenus. Hoverintent on/off is indeed the culprit. Unfortunately I need hoverintent to really make it user-friendly. You can see the bug in action here: http://ording.dk/martin/mbmenu/mbmenu.wmv |
|
I've to debug the hoverIntent behavior; you can try setting a lower value for the HoverIntent (150 instead of 300) for the moment. Bye, matteo |
|
on your example: http://pupunzi.com/mb.components/mb._menu/demo/demo.html on "box menu" (vertical sample) when you mov on patapage logo... the menu disappear... why? |


