You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why get the Canvas object is [object DispHTMLUnknownElement] type, the following code:
varels=doc.getElementsByTagName('canvas');for(vari=0;i<els.length;i++){this.initElement(els[i]);//[object DispHTMLUnknownElement]}}
initElement: function(el){//...el.innerHTML='';//throws an exception under IE8//...}
In the right circumstances, it should be [ object DispHTMLGenericElement ].
Why is this so?TKS
The text was updated successfully, but these errors were encountered:
Why get the Canvas object is [object DispHTMLUnknownElement] type, the following code:
In the right circumstances, it should be [ object DispHTMLGenericElement ].
Why is this so?TKS
The text was updated successfully, but these errors were encountered: