jScrollPane Drupal 的滚动条粘连问题

发布于 2024-10-10 02:23:42 字数 209 浏览 3 评论 0原文

我有一个使用 jScrollPane 的 Drupal 站点,该站点的滚动条拖动器存在问题。当您单击滚动条拖动器时,它不会释放光标在拖动器上的保持,直到您双击页面上的其他位置。可以在此处查看示例: http://webdev2.msi.ucsb.edu/lunch 。提前致谢!

I have a Drupal site using jScrollPane that has a problem with the scrollbar dragger. When you single click on the scrollbar dragger it will not release the cursor's hold on the dragger until you double-click elsewhere on the page. An example can be seen here: http://webdev2.msi.ucsb.edu/lunch . Thanks in advance!

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

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

发布评论

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

评论(1

妥活 2024-10-17 02:23:42

看起来您已经在其他地方得到了答案,mollybt,但根据记录,这个问题似乎是由于 jScrollPane 插件需要 jQuery 1.4+ 而引起的,而 Drupal 6 附带了 jQuery 1.2.6。显然一些人已成功修补库以实现向后兼容性,但更简单的解决方案是 1) 降级到 jScrollPane 1.x 或 2) 将 jQuery 升级到 1.4+(使用 Drupal 的 jQuery 更新模块,例如)。

It looks like you already got your answer elsewhere, mollybt, but for the record, this issue appears to arise from the fact that the jScrollPane plugin requires jQuery 1.4+, whereas Drupal 6 ships with jQuery 1.2.6. Apparently some folks have had success patching the library for backward compatibility, but the easier solutions are to 1) downgrade to jScrollPane 1.x or 2) upgrade jQuery to 1.4+ (using the jQuery Update module for Drupal, for example).

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