Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by I.A on Nov 16, 2009 07:09
open dhtmlx forum
dhtmlxCombo - firefox hangs while auto-suggesting.

firefox (3.5.5) hangs while auto-suggesting using the dhtmlxCombo. Works well in Safari though. Is there any browser specific constraint or hack I should be aware of?

<form method='POST' action='page2.php'>
<select id="cid" name="cname">
LOOP MYSQL DATA
<option value='LOOP.ID'>LOOP.CNAME</option>
END LOOP
</select>
<script>
var a = dhtmlXComboFromSelect("cid");
a.enableFilteringMode(true);
</script>
<input type=submit>
</form>

Answer posted by Alex (support) on Nov 16, 2009 08:48
Please, provide a direct link to problematic page (or just demo but without server-side script)