jitensachdeva
12 Feb 2008, 11:05 PM
Hi All,
I am trying to implement menu hide functionality on mouseout. I am using "mouseout" event to do the same. I am hiding menu by using -
//m is menu
if (!m.activeItem && !m.getEl().getRegion().contains(e.getPoint())) {
m.hide(true);
}
The problem with this code is that whenever I move the mouse slowly outside menu boundaries, the menu doesn
I am trying to implement menu hide functionality on mouseout. I am using "mouseout" event to do the same. I am hiding menu by using -
//m is menu
if (!m.activeItem && !m.getEl().getRegion().contains(e.getPoint())) {
m.hide(true);
}
The problem with this code is that whenever I move the mouse slowly outside menu boundaries, the menu doesn