在 jspScrollable 区域中垂直滚动将内容移出视图
我的网页上有一个区域使用了 jScrollPane。它应该水平滚动,并且确实如此。元素的高度小于容器,并且不会出现垂直滚动条。
但是,当我使用鼠标滚轮向下滚动页面时,如果我的光标位于滚动窗格上,它将向上滚动所有内容,直到底部与光标对齐,然后滚动页面。因此,水平滚动的内容现在几乎脱离了溢出隐藏容器内的页面。
当它水平滚动时,jspPane 中的 left 属性会正确调整,但它总是说顶部没有移动。与页面上容器的 和 相同。
我尝试将horizontalDragMaxWidth 设置为1,但这没有效果。
这是我测试过的所有浏览器中的一个问题。如果我不实例化 jScrollPane,那么它可以很好地水平滚动,并且不会出现垂直滚动问题。
我可以采取什么措施来防止这种滚动离开页面?
I have an area on my webpage that I have used jScrollPane on. It should scroll horizontally, and does so. The height of the elements is less than the container, and there is no vertical scrollbar that appears.
However, when I use my mousewheel to scroll down the page, if my cursor is over the scrolling pane, it will scroll all the content inside up until the bottom comes into alignment with the cursor, then scrolls the page. So the horizontally scrolling content is now almost off the page inside the overflow hidden container.
As it scrolls horizontally, the left property in the jspPane adjust properly, but it always says the top hasn't moved. Same with and of the containers on the page.
I tried setting the horizontalDragMaxWidth to 1, but that had no effect.
This is a problem in all browsers I have tested. If I don't instantiate the jScrollPane, then it scrolls horizontally fine and doesn't have the vertical scrolling problem.
What can I do to prevent this scrolling off the page?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论