IE8 中的 GWT - 抛出异常且未在文件 *cache.html & 中捕获但重新加载页面后它就可以工作了

发布于 2024-12-07 02:58:47 字数 368 浏览 2 评论 0原文

我正在阅读一些有关此错误的帖子,但看起来它们都没有相同的错误。 我的应用程序在 Chrome 和 Firefox 中完美运行,但今天当我意识到它在 IE8 中不起作用时,我感到震惊。

现在真正有趣的部分来了。当我使用 IE8 访问该应用程序时,我只看到一个空白页面(左下角有指示错误的标志),但是当我刷新网站时它就可以工作了!

所以我想肯定是和IE的缓存有关。因为当我清除缓存时,它会工作一次。当我再次在浏览器中输入该地址时,它不再起作用了。重新加载页面后,它再次工作。

我发现 问题应该出在 RPC 调用上。 因此,如果正在执行 RPC 调用,我会收到 java 脚本错误。然后我 重新加载站点并再次执行 RPC 调用 =>有用。 我希望有人能进一步帮助我。

I was reading some posts about this error but it looks like that none of them have the same error.
My application runs perfectly in chrome and firefox but today I got shocked when I realized that it didn't work in IE8.

Now comes the really fun part. When I access the application with IE8, I just see a blank page (and the sign indicating an error at the bottom left), but when I refresh the website it works!!

So I think it must be something with the cache of IE. Because when I clear the cache, then it works for one time. When I enter the address in the browser again, it doesn't work anymore. After reloading the page it works again.

I found out that the
problem should be something with RPC calls.
So if a RPC call is being executed I get the java script error. Then I
reload the the site and execute the RPC call again => it works.
I hope someone can help me further.

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

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

发布评论

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

评论(1

相权↑美人 2024-12-14 02:58:47

所以毕竟看起来使用 jquery 库的滑块会产生整个问题。也许 jquery 会抛出异常,但它会在 RPC 调用完成时得到处理......
此外,当浏览器缓存 jquery 时,它看起来会产生错误。

因此,经过几天的找出解决方案后,我用 smartgwt 滑块替换了漂亮的 jquery 滑块。

So after all it looks like that using the slider of the jquery library produces the whole problem. Maybe jquery throws the exception but it get's handled when a RPC call is done...
Furthermore it looks like that when jquery is being cached by the browser it produces the error.

So after days of figuring out a solution I replaced the handsome jquery slider with a smartgwt slider.

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