jScrollPane 在 Internet Explorer 中的奇怪行为
我正在尝试将 jScrollPane 与以下页面一起使用: http://demo。 2klika.net/home.php#!pages/prodavaonice.html
好吧,这在除 Internet Explorer 之外的所有主要浏览器中都按预期工作(我尝试使用 IE7 和 IE8)。首次加载时(每次页面重新加载时也是如此),IE 将显示位置列表,当您单击该列表中的某个位置时,它将跳至列表中的最后一项。之后它将正常工作(您可以单击标题,例如 Mesnica 1、Mesnica 2 等...,脚本会将 google 地图集中在该标记上)。
我尝试了我能想到的一切(例如,删除各种元素的 onClick 处理程序,尝试使用 IE 中的开发人员工具捕获有问题的函数,四处搜索,但没有运气)。
如果有人可以提供帮助,我将非常感激。 提前致谢。
I'm trying to use jScrollPane with fallowing page: http://demo.2klika.net/home.php#!pages/prodavaonice.html
Well, this works as expected in all major browsers except in Internet Explorer (I tried with IE7 and IE8). On first load (same goes for every page reload), IE will show list of locations, and when you click somewhere in that list, it will jump down to the last item in list. After that it will work normally (you can click on title, eg. Mesnica 1, Mesnica 2, etc..., and script will center google map on that marker).
I tried everything that I can think of (eg. removing onClick handlers for various elements, tried to catch problematic function using developer tools in IE, googling around, but no luck).
If someone can help with this, I will be very grateful.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
此问题已得到解决:
jScrollpane 2 IE8 问题 - 点击顶部/底部时出现奇怪的行为
This has been addressed:
jScrollpane 2 IE8 Problem - strange behavior when hit top/bottom
https://github.com/vitch/jScrollPane/commit/b80165e3c5cb6d21f9569cacaffd55d33435d23c
这是一个已知问题。
请参阅https://github.com/vitch/jScrollPane/issues/issue/34 了解更多详情。
This is a known issue.
See https://github.com/vitch/jScrollPane/issues/issue/34 for more details.