openSelect positioning

Hello,

Using openSelect with dhtmlXComboFromSelect on pageLoad moves the listbox in the upper left of my screen instead of under the textbox. Any ideas why?

var combo = dhtmlXComboFromSelect("combo_zone1"); combo.enableFilteringMode(true); combo.enableOptionAutoPositioning(); combo.enableOptionAutoWidth(true); combo.enableOptionAutoHeight(true); combo.openSelect();

Hello
Can’t reproduce locally
Could you attac completed demo to check it?
docs.dhtmlx.com/doku.php?id=othe … leted_demo