Opened 11 years ago
Closed 11 years ago
#7621 closed bug (notabug)
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
- The version(s) of jQuery affected: jquery-1.4.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
- The operating system (or operating systems) you experienced the bug on: Windows XP, Windows 7
- 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>
- A description of what you expect to happen, and what actually happens
Note: See
TracTickets for help on using
tickets.
This doesn't look anything like the jQuery UI slider API.