Crash of the main layout!

To simulate the crash do the following:

  1. Press the “Fichiers de log” button.
  2. The window that open has a layout in it.
  3. Close the window. Main layout crashes.

Version 4.2 ( dhtmlx,js / dhtmlx.css / skyblue )

If I remove the “layout_logs” creation inside the second window it works.

PLEASE HELP!

[code]

eWay2 Recovery html, body { width: 100%; height: 100%; overflow: hidden; margin: 0px; } [/code]

ERRATA: Version 4.4 ( not 4.2 )

If you use dhtmlxwindows.js

FIND:

document.body.className = String().replace(/\s{0,}dhxwins_vp_auto/gi, "");

REPLACE:

document.body.className = String(document.body.className).replace(/\s{0,}dhxwins_vp_auto/gi, "");

If you use dhtmlx.js

FIND:

document.body.className=String().replace(/\s{0,}dhxwins_vp_auto/gi,"");

REPLACE:

document.body.className=String(document.body.className).replace(/\s{0,}dhxwins_vp_auto/gi,"");

Is there a new version 4.4 build version available?

Hi

update is almost here. follow dhtmlx in a twitter and facebook.