I found this issue with SELECT when size attribute is set:
function combostorico(analist) {
var list1 = SELECT({'SIZE':
5,'id':'storicocb','name':'scegli_storici_cli'},
map(row_display_optval,analist.data,analist.storici));
swapDOM('storicocb', list1);
}
function row_display_optval(elem1,elem2) {
return OPTION({'value':elem2},elem1);
}
When first loaded my page shows the correct list box with 5 rows, but
when swapDOM is called I get a simple drop-down SELECT. The problem is
also with IE7 but not FF or Opera.
Is this a known IE bug? Any workaround?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---