gpt4 book ai didi

javascript - Opera 和 Internet Explorer 中的 JQuery 安全错误

转载 作者:行者123 更新时间:2023-11-29 15:42:36 25 4
gpt4 key购买 nike

我正在开发一款适用于 IFrame 的社交网络应用。该应用程序在 Google Chrome 和 Microsoft Firefox 浏览器中运行良好,但在 Opera 12.15 中,JQuery 库 v1.10.1 无法加载并出现安全错误 Unhandled error: Security error: attempted to read protected variable on line 1513.

截图在这里:

Screenshot

看起来 Internet Explorer 10 中也存在同样的错误。

如何处理?

更新:

我通过在 jquery 的代码中注释 1513-1517 行进行了肮脏的破解。 :

   // Support: IE>8
// If iframe document is assigned to "document" variable and if iframe has been reloaded,
// IE will throw "permission denied" error when accessing "document" variable, see jQuery #13936
/*if ( parent && parent.frameElement ) {
parent.attachEvent( "onbeforeunload", function() {
setDocument();
});
}*/

我的应用程序的功能现在似乎可以正常工作,也许有必要在 JQuery 存储库中创建问题...

最佳答案

错误报告已创建 - http://bugs.jquery.com/ticket/13980 .错误现已修复。

关于javascript - Opera 和 Internet Explorer 中的 JQuery 安全错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16883663/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com