can't reproduce, works for me.
All fields labelled (Required) must be completed before the form is submitted.
You are not logged in. Please login or register.
Mifjs forum — Mif.Tree, Mif.Menu » Help » how to close Mif.Menu when you select another tree node ? » Post new reply
All fields labelled (Required) must be completed before the form is submitted.
can't reproduce, works for me.
works only if I don't use Drag'N Drop
try add
tree.addEvent('select', function(){
myMenu.hide();
})Hello,
I've implemented Mif.Menu+Mif.tree contextual menu.
When I open the menu (with right or left+ctrl click) and I choose another tree item (on blur current selected node) the menu is never closed
How to close contextual Mif.Menu when you select another tree node ?
Regards
Powered by PunBB