某些 JavaScript 在 IE9 中不起作用,但没有 JS 错误

发布于 2024-12-27 13:08:19 字数 351 浏览 0 评论 0原文

我正在别人的网站上进行一些维护工作,并且存在 IE 9 问题。他们正在使用看起来像是图片库灯箱的东西。当您单击页面上的某个图像时,会出现灯箱,但在 IE 9 中,灯箱根本不显示。没有错误或任何东西 - 它只是默默地失败 - 所以我对如何排除故障有点不知所措。

我不是最擅长解决这类问题的。有人能指出我正确的方向吗?

以下是我正在处理的内容的链接: http://www.aquilacommercial.com/ wlproperties/view/1300-瓜达卢佩

I'm doing some maintenance work on somebody else's site and there's an IE 9 problem. They're using what appears to be a Lightbox to an image gallery. When you click on a certain image on the page, the Lightbox appears, but in IE 9, the Lightbox doesn't show up at all. There's no error or anything - it just silently fails - so I'm kind of at a loss as to how to troubleshoot.

I'm not the best at these kinds of problems. Can someone point me in the right direction?

Here's a link to what I'm working on: http://www.aquilacommercial.com/wlproperties/view/1300-Guadalupe

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

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

发布评论

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

评论(1

像极了他 2025-01-03 13:08:19

@Jaitsu,我确认这种情况发生了。对我来说,IE9 开始打开 ​​Lightbox,然后立即在其自己的页面上打开图像。一切都没有错误。

我仍然不确定 IE9 的问题,但这可能有助于替代解决方案:
最兼容的 JQuery Lightbox 插件,适用于所有当前浏览器?

最后,您升级到 Lightbox 了吗? v2.05。更改日志表明它直到 2011 年 3 月 18 日才在 IE9 上运行。您可能需要升级一些文件。

我确认 Lightbox 网站使用的是 Prototype v1.7。您的站点正在使用 Prototype v1.6.0.2。

@Jaitsu, I confirmed that this occurs. For me, IE9 begins to open Lightbox and then immediately opens the image on it's own page. All with no errors.

I'm still unsure on IE9's issue but this might help with an alternate solution:
Most Compatible JQuery Lightbox Plugin, Works in All Current Browsers?

Finally, have you upgraded to Lightbox v2.05. Changelog indicates it didn't work on IE9 till 3/18/11. You might need to upgrade some files.

I confirmed that the Lightbox website is using Prototype v1.7. Your site is using Prototype v1.6.0.2.

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