Sub menu disappears quickly

Hi,



I have problem with submenu items.



when I try to select first option on submenu, this work fine. But when I try to select second option an so on, the submenu hide quickly and can’t select it.



I don’t find the solution.



Thanks for your help.



This is my code (summarized):



dhxLayout = new dhtmlXLayoutObject(document.body, “4T”);

menu = dhxLayout.cells(“c”).attachMenu();

menu.loadXMLString(xmlString);

menu.setOpenMode(“win”);



xmlString = ’<?xml version="1.0"?> ’


Hello,


the issue is confirmed. The fix will be sent when it is ready.


While fix isn’t done, please use “web” mode instead of “win” - it works correctly