I have a table, with several rows containing combo boxes, inside a DIV that scrolls the overflow. The combo box list position is incorrect after scrolling to combo that was hidden by overflow.
This happens in CHROME only on MAC and WINDOWS:
WINDOWS CHROME version 21.0.1180.83
MAC CHROME version 21.0.1180.82
I’ve added following HACK but still not working in chrome
dhtmlxEvent(dhxLayout.cells('b'),"scroll",function(){
combo[$idx]._positList();
if (_isIE) combo[$idx]._IEFix(true);
});