Categories | Question details Back To List | ||
dhtmlxcombo misplaced Hi, I have a combobox in a jsp page. The page contains form->table->div->combobox so when I load the page and open the combobox the list misplaced and the down arrow image which associated with the combo disappear. But when I place the combobox in the same page but outside the table it works just fine. I used as you suggested the following code dhtmlxEvent(window,"resize",function(){ z._positList(); if (_isIE) z._IEFix(true); }); but still it didn’t solve the problem. Any recommendations ?! Answer posted by Support on Mar 19, 2008 10:26 Most probably issue caused by used HTML layout, it possible that combo just can't calculate it position correctly. You can try to change code of _positList method and use some hardcoded position value instead of dynamic calculations. If problem still occurs for you - please provide any kind of sample where it can be reconstructed ( you can send it directly to support@dhtmlx.com ) |