Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Ivan Bahdanau on Sep 24, 2008 01:22
open dhtmlx forum
Windows and menu on one page incapability.

Hello.
I have a problem when using windows and menu component on one page.
The problem occures when I click the menu item in following code(line 1130 - dhtmlxmenubar.js):

if (document.body.currentActiveMenu!=thatM)
    if (document.body.onmouseup) { document.body.onmouseup(); }

the thing is that onmpuseup method calls from dhtmlwindows.js but it shoud call the onmouseup from dhtmlxmenubar.js. Is it a bug, or maybe I'm doing something wrong? Or maybe I missunderstood something?
Answer posted by dhtmlx support on Sep 25, 2008 08:47
We have tested this functionality. The problem was not recreated locally. Could you, please, provide any  kind of the sample where the issue can be recreated?