Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Nelson S. on Jul 30, 2009 15:42
open dhtmlx forum
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"?><menu><item id="12" text="Indicadores de Mercado"><item id="universos" text="Universos y CVIS" /><item id="perfiles" text="Perfil Economico y Demografico" /></item><item id="13" text="Indicadores de Gestion"><item id="ventapromedio" text="Venta Promedio" /><item id="74" text="Resumen Coberturas" /></item></menu> '
Answer posted by Alex (suport) on Jul 31, 2009 02:56

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