dropdowns not working w/FF 3.6.10
warren
October 4,
Thank you.
it seems to be something else -- w/FF.
I have this style in use now (see below) and it does not work.
<style>
#combo {width: 80px; }
#combo2 {width: 200px;}
</style>
...
var combo = new AW.UI.Combo;
combo.setId("combo");
combo.setControlText("State ...");
combo.setControlImage("favorites");
combo.setItemText(area);
combo.setItemCount(area.length);
other FF settings? other thoughts?
Thank you.
warren
October 4,
I contacted FF about this and they think there is a javascript issue.
"Error: document.getBoxObjectFor is not a function
Source File:
http://proximityone.com/runtime/lib/aw.js
Line: 19"
alex - thoughts on this? my aw.js is dated 20080408
warren
October 4,
now fixed. updated AW version (+possibly other matters!) resolved issue. Thank you.
warren
October 6,