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.
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]