BUG 8334 se adiciono un arreglo solo para IE
This commit is contained in:
@@ -308,11 +308,13 @@ var G_Grid = function(oForm, sGridName){
|
||||
}
|
||||
break;
|
||||
case 'checkbox': //CHECKBOX
|
||||
attributesFalse = elementAttributesNS(aObjects[0], '');
|
||||
if((defaultValue === attributesFalse.falsevalue) || (defaultValue===''))
|
||||
aObjects[n].checked = false;
|
||||
else
|
||||
aObjects[n].checked = true;
|
||||
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')
|
||||
|
||||
Reference in New Issue
Block a user