dhtmlxSuite_v25_pro_91111 version
dhtmlxwindow rendering with json has a bug while centering
win.center = function()
{
that._centerWindow(this, false);
};
this code is directly called from resmap[a]; block. The code doesnt check obj[a], if it is false.
Regards