某些 JavaScript 在 IE9 中不起作用,但没有 JS 错误
我正在别人的网站上进行一些维护工作,并且存在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
@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.