Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Tosh on Nov 27, 2008 01:39
open dhtmlx forum
dhtmlxCombo enableOptionAutoWidth Bug

I got an error in enableOptionAutoWidth for dhtmlxcombo. if you initiate a dhxcombo for a variable name other than z. it will throw an error.

Like:

var z_other=new dhtmlXCombo("combo_zone","alfa",200);
z_other.loadXML("data.xml");
z_other.enableOptionAutoWidth (true);

Using dhx version 2 professional ed.
Please fix the bug in ext/dhtmlxcombo_whp.js file on line 85 inside function enableOptionAutoWidth .

Thanks,
Tosh
Answer posted by Support on Nov 27, 2008 03:41
Please, try to use the attached file instead of the original.  It should fix the issue.



Attachments (1)
Answer posted by Tosh on Nov 29, 2008 02:57
Confirmed.

Thanks...
Tosh