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?

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?