3.2.0

dropdowns not working w/FF 3.6.10

the dropdowns were working with FF 3.5.x in this grid -- http://proximityone.com/places.htm#table -- but do not work with FF 3.6.10. The dropdowns do work with IE8.

How can I fix this?

Thank you.
warren
October 4,
http://www.activewidgets.com/javascript.forum.21243.17/combo-box-popup-window-larger.html
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,
??
http://www.activewidgets.com/javascript.forum.13299.10/fix-combo-template-not-closing.html

.aw-gecko .aw-popup-window {
z-index: 10000;
}
October 4,
now fixed. updated AW version (+possibly other matters!) resolved issue. Thank you.
warren
October 6,

This topic is archived.

See also:


Back to support forum