dhtmlxWindow and Google Maps

Hello,

I have an issue using dhtmlxWindow and a Gmap attached to a layout on IE8.
As shown on the attached screenshot, the markers are visible but not the map. :frowning:

I have no problem viewing the map with other browsers (FF, Chrome etc.)

var winMap = openWindow("winMap", "Carto", 0, 0, 900, 600); winMap.setModal(true); winMap.centerOnScreen(); winMap.attachURL('http://10.162.92.22/ter/map');
Map page :

[code]var layout = new dhtmlXLayoutObject(document.body, ā€˜1Cā€™);
var a = layout.cells(ā€˜aā€™);
var map = a.attachMap();

// etc.
[/code]


Hello
Locally it works fine. Try attached demo. If on your side everything is ok - attach your demo to test it (ot it can be direct link)
docs.dhtmlx.com/doku.php?id=othe ā€¦ leted_demo
14.02.06.rar (517 KB)