gpt4 book ai didi

jquery-ui - jQuery UI 对话框 : vertical scroll works not correct if dialog height more than window height

转载 作者:行者123 更新时间:2023-12-04 18:49:24 25 4
gpt4 key购买 nike

这是代码:

<script type="text/javascript">
$(function(){
var dialogOptions = {
title: "Header",
autoOpen: false,
modal: true,
width: 400,
height: 1000
};
$(".wnd").dialog(dialogOptions);
$("#btn").click(function(){ $(".wnd").dialog("open"); });
});
</script>

<style>
.wnd {background:yellow;height:900px;width:300px;}
</style>

<div class="wnd"></div>
<button id="btn">click me</button>

当对话框打开并且它高于主窗口时,有一个侧 slider ,如果您尝试在鼠标光标的帮助下拖动它,它不会向下滑动(它看起来像被锁定)。

但是当按下键盘上的按钮(箭头)或使用鼠标滚轮向下滚动时,它会很好地滑动。

这里是 demo on jsfiddle .

如何激活该侧 slider ?

谢谢!

最佳答案

一个干净的解决方案是这样的:http://jsfiddle.net/4fc33/6/
我正在做的是包装 jQuery UI 覆盖创建方法以关闭阻止滚动正常工作的事件。

关于jquery-ui - jQuery UI 对话框 : vertical scroll works not correct if dialog height more than window height,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8626834/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com