combo issue in firefox
I tried the bug fix patch for combo hide in firefox when clicking outside of the combo. It does not work for me. Any suggestions?
Here is my code:
var combox = new AW.Templates.Combo;
combox.setStyle("background-color","#fff");
combox.mapTemplate("popup","headerPopup");
var list0array = new Array();
list0array[0] = "All"
list0array[1] = "4946"
list0array[2] = "5029"
list0array[3] = "5113"
list0array[4] = "5144"
list0array[5] = "5225"
list0array[6] = "5274"
list0array[7] = "5575"
list0array[8] = "5872"
list0array[9] = "5885"
list0array[10] = "5888"
list0array[11] = "#,###"
list0array[12] = "#,###.##"
list0array[13] = "$#,###.##"
list0array[14] = "Custom..."
var headerlist0 = new AW.UI.List;
headerlist0.setStyle("width",200);
headerlist0.setItemText(list0array);
headerlist0.setItemCount(15);
obj.setHeaderTemplate(combox,0,1);
Here is my code:
var combox = new AW.Templates.Combo;
combox.setStyle("background-color","#fff");
combox.mapTemplate("popup","headerPopup");
var list0array = new Array();
list0array[0] = "All"
list0array[1] = "4946"
list0array[2] = "5029"
list0array[3] = "5113"
list0array[4] = "5144"
list0array[5] = "5225"
list0array[6] = "5274"
list0array[7] = "5575"
list0array[8] = "5872"
list0array[9] = "5885"
list0array[10] = "5888"
list0array[11] = "#,###"
list0array[12] = "#,###.##"
list0array[13] = "$#,###.##"
list0array[14] = "Custom..."
var headerlist0 = new AW.UI.List;
headerlist0.setStyle("width",200);
headerlist0.setItemText(list0array);
headerlist0.setItemCount(15);
obj.setHeaderTemplate(combox,0,1);
JK
September 1,