#4380 closed defect (fixed)
dijit Slider - setDisabled() has no effect.
Reported by: | dante | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
the current code in Slider.js has a setDisabled() method that sets disabled on the buttons, but has no effect on the look of the widget, or stop the sliders from sliding or the values from changing.
Change History (3)
comment:1 Changed 14 years ago by
Owner: | changed from bill to Douglas Hays |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [10435]) Fixes #4380. FIxed test_Slider.html to not duplicate id's and added this.disabled checks where omitted. dijitSliderDisabled styling needs to be added to the various css files.