在 jspScrollable 区域中垂直滚动将内容移出视图

发布于 2024-12-04 22:24:45 字数 388 浏览 0 评论 0原文

我的网页上有一个区域使用了 jScrollPane。它应该水平滚动,并且确实如此。元素的高度小于容器,并且不会出现垂直滚动条。

但是,当我使用鼠标滚轮向下滚动页面时,如果我的光标位于滚动窗格上,它将向上滚动所有内容,直到底部与光标对齐,然后滚动页面。因此,水平滚动的内容现在几乎脱离了溢出隐藏容器内的页面。

当它水平滚动时,jspPane 中的 left 属性会正确调整,但它总是说顶部没有移动。与页面上容器的 和 相同。

我尝试将horizo​​ntalDragMaxWidth 设置为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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文