BUG 8334 se adiciono un arreglo solo para IE

This commit is contained in:
Alvaro Campos
2012-02-16 11:45:40 -04:00
parent 59c28fef01
commit a64ca5443b

View File

@@ -308,11 +308,13 @@ var G_Grid = function(oForm, sGridName){
}
break;
case 'checkbox': //CHECKBOX
if (_BROWSER.name != 'msie'){
attributesFalse = elementAttributesNS(aObjects[0], '');
if((defaultValue === attributesFalse.falsevalue) || (defaultValue===''))
aObjects[n].checked = false;
else
aObjects[n].checked = true;
}
break;
case 'hidden': //HIDDEN
if ((attributes.gridtype != 'yesno' && attributes.gridtype != 'dropdown') || typeof attributes.gridtype == 'undefined')