different behavour between in IE and FF

Hello

when I try to change the style of grid’s header, I found different behavour between in IE and FF.
please see my code as below :

function initSearchGrid(){
positionGrid = new dhtmlXGridObject(‘positionGridBoxId’);
positionGrid.setImagePath(imgPath);

positionGrid.enableMultiselect("true");
positionGrid.enableAutoWidth(true);
positionGrid.enableLightMouseNavigation(true);
positionGrid.setDateFormat("%m/%d/%Y");
positionGrid.setSkin(skin);
positionGrid.init();
positionGrid.load("position_grid_with_conf.xml");
//grid.setStyle(ss_header, ss_grid, ss_selCell, ss_selRow);

positionGrid.setStyle(“background-color:navy;color:white; font-weight:bold;”, “”,“color:red;”, “”);

}

I also found that if I included in the code, it worked fine in IE for custom style of grid, but other color of component my be changed. Is it bug or else?

Thanks!!!
code.rar (4.84 KB)




Issue confirmed. We’ll provide fix or work around in 2 weeks