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;
|
break;
|
||||||
case 'checkbox': //CHECKBOX
|
case 'checkbox': //CHECKBOX
|
||||||
|
if (_BROWSER.name != 'msie'){
|
||||||
attributesFalse = elementAttributesNS(aObjects[0], '');
|
attributesFalse = elementAttributesNS(aObjects[0], '');
|
||||||
if((defaultValue === attributesFalse.falsevalue) || (defaultValue===''))
|
if((defaultValue === attributesFalse.falsevalue) || (defaultValue===''))
|
||||||
aObjects[n].checked = false;
|
aObjects[n].checked = false;
|
||||||
else
|
else
|
||||||
aObjects[n].checked = true;
|
aObjects[n].checked = true;
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
case 'hidden': //HIDDEN
|
case 'hidden': //HIDDEN
|
||||||
if ((attributes.gridtype != 'yesno' && attributes.gridtype != 'dropdown') || typeof attributes.gridtype == 'undefined')
|
if ((attributes.gridtype != 'yesno' && attributes.gridtype != 'dropdown') || typeof attributes.gridtype == 'undefined')
|
||||||
|
|||||||
Reference in New Issue
Block a user