Common.Common.js, Line 3 character 12627, Invalid Argument
After applying the property "id"="ExtenderContentEditable", the property is "height"="-25px". This error is Invalid Argument.
,applyProperties:function(e,d){
for(var b in d){
var a=d[b];
if(a!=c&&Object.getType(a)===Object){
var f=e[b];
$common.applyProperties(f,a)
}
else e[b]=a
}
}
Comments: I have a similar issue, with DisplaySourceTab = True OR False. The HtmlEditorExtender is within an UpdatePanel and GridView control. When I select 'Edit' on a row that contains the HtmlEditorExtender, Internet Explorer 9 will throw the error SCRIPT87: Invalid argument. The line of script is setting the height of an element to a negative number - $common.applyProperties(f,a)}else e[b]=a}} where 'a' = -128 This is not a problem in FireFox or earlier versions of Internet Explorer such as 6.
After applying the property "id"="ExtenderContentEditable", the property is "height"="-25px". This error is Invalid Argument.
,applyProperties:function(e,d){
for(var b in d){
var a=d[b];
if(a!=c&&Object.getType(a)===Object){
var f=e[b];
$common.applyProperties(f,a)
}
else e[b]=a
}
}
Comments: I have a similar issue, with DisplaySourceTab = True OR False. The HtmlEditorExtender is within an UpdatePanel and GridView control. When I select 'Edit' on a row that contains the HtmlEditorExtender, Internet Explorer 9 will throw the error SCRIPT87: Invalid argument. The line of script is setting the height of an element to a negative number - $common.applyProperties(f,a)}else e[b]=a}} where 'a' = -128 This is not a problem in FireFox or earlier versions of Internet Explorer such as 6.