IE 7 和 8 中的堆栈溢出错误

发布于 2024-09-01 07:22:52 字数 243 浏览 6 评论 0原文

我有一个 Rails 应用程序,其中使用 scriptaculous、prototip、controlMModal(livepipe.net)。 我在 IE 7 和 8 中收到网页错误(警报框)的错误 错误是

“第 1715 行堆栈溢出”

使用的版本: 脚本性 v 1.8.3 原型 2.2.0.2 原型1.6.1 controlmodal 2.2.3 (livepipe.net)

I have a rails application in which i am using scriptaculous,prototip,controlMModal(livepipe.net).
I am getting an error in IE 7 and 8 as web page error (alert box)
The error is

"Stack overflow at line 1715"

Versions used:
scriptaculous v 1.8.3
prototip 2.2.0.2
prototype 1.6.1
controlmodal 2.2.3 (livepipe.net)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

挽心 2024-09-08 07:22:52

我认为这是一个原型错误。您必须更改prototype.js中的一些代码行,如下解释 这里

I think it's a prototype error. you have to change some lines of code in your prototype.js as explain here

是伱的 2024-09-08 07:22:52

就主题而言,IE 的调用堆栈阈值比其他浏览器低。例如,在 Firefox 上,您可以在堆栈溢出之前调用 3000 个深度函数。

检查您的代码是否执行过多操作,以及是否可以将其拆分为多个小任务。

On topic, IE has a lower call stack threshold than other browsers. For example, on Firefox, you can call 3000 functions deep before a stack overflow.

Check to see if your code is doing too much, and if you can split up into mini-tasks.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文