回复 8楼iceman的帖子
我是直接下载的官网上的,还有我的那个还是一样的问题。目前已经是最新8.1的版本了。问题还是一样
Uncaught TypeError: Failed to execute 'contains' on 'Node': parameter 1 is not of type 'Node'.
出错的位置是:
contains: function (a, b, includeA) { //lance - 2011/03/26 - 99920675
///<summary>Indicates whether the a(or one of "a") element contains b element.</summary>
///<param name="a">The a element.</param>
///<param name="b">The b element.</param>
///<param name="includeA">Consider A contains itself.</param>
if (!this.isArray(a)) {
if (a == null || b == null) return false;
return (includeA && a == b) || (a.contains ? a != b && a.contains(b) : (a.compareDocumentPosition && !!(a.compareDocumentPosition(b) & 16)));
}
else {
for (var i = 0; i < a.length; i++) {
if (this.contains(a, b, includeA)) return true;
}
return false;
}
},
a.contains(b)这个地方。
而且之前chrome还有这个问题
http://localhost:23518/fp_client/fpspread/8_40_20151_0/htc/SpreadResources.fr-FR.js 404 (Not Found) |