jScrollPane Drupal 的滚动条粘连问题
我有一个使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来您已经在其他地方得到了答案,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).