2009-04-17 14:16:09 +00:00
|
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<title>Slider Visual Test : Slider ticket #3736</title>
|
|
|
|
|
<link rel="stylesheet" href="../visual.css" type="text/css" />
|
2010-02-16 01:38:23 +00:00
|
|
|
|
<link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css">
|
2010-02-16 02:39:57 +00:00
|
|
|
|
<script type="text/javascript" src="../../../jquery-1.4.2.js"></script>
|
2009-09-17 10:39:12 +00:00
|
|
|
|
<script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
|
2009-12-16 22:20:18 +00:00
|
|
|
|
<script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
|
2010-01-01 12:43:36 +00:00
|
|
|
|
<script type="text/javascript" src="../../../ui/jquery.ui.mouse.js"></script>
|
2009-09-17 10:39:12 +00:00
|
|
|
|
<script type="text/javascript" src="../../../ui/jquery.ui.slider.js"></script>
|
2009-04-17 14:16:09 +00:00
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
$(function() {
|
|
|
|
|
$("#slider").slider({
|
|
|
|
|
values: [25, 50, 75]
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
</script>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
<h1 class="ui-widget-header"><a href="http://dev.jqueryui.com/ticket/3736">#3736 - Some handles get stuck when using two or more handles</a></h1>
|
|
|
|
|
|
|
|
|
|
<h2>
|
|
|
|
|
TEST: Move all three handles with the mouse and the keyboard.
|
|
|
|
|
</h2>
|
|
|
|
|
|
|
|
|
|
<div id="slider"></div>
|
|
|
|
|
|
|
|
|
|
<h3>
|
|
|
|
|
ASSERT: Each handle can be moved along the full slider, not restricted by value of other handle(s).
|
|
|
|
|
</h3>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|