Search and Top Navigation
#7621 closed bug (notabug)
Opened August 09, 2011 02:26PM UTC
Closed August 09, 2011 02:37PM UTC
disabled property and disable method doesn't work
Reported by: | Pedro | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.slider | Version: | 1.8.15 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
1. The version(s) of jQuery affected: jquery-1.4.2
2. The browser (or browsers) that you are able to reproduce the bug in, including version numbers: IE 9.0.81112, IE 7.0.5730, Firefox 3.6.8
3. The operating system (or operating systems) you experienced the bug on: Windows XP, Windows 7
4. Step-by-step instructions on how to reproduce the issue, including any required system configuration changes:
<div class="layout-slider">
<input id="SliderSingle2" type="slider" name="price" value="20" />
</div>
<script type="text/javascript" charset="utf-8">
jQuery("#SliderSingle2").slider({ disabled:true, from: 5, to: 55, step: 2.5, round: 1, dimension: ' €', skin: "round" });
jQuery("#SliderSingle2").slider('disable'); // <<<< DOESN'T WORK
</script>
5. A description of what you expect to happen, and what actually happens
Attachments (0)
Change History (1)
Changed August 09, 2011 02:37PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
This doesn't look anything like the jQuery UI slider API.