dijit.form.Slider needs basic styling [non-tundra]
Slider looks _great_ in Tundra, but does not drag or store position in any way without theme. need basic working styles in dijit.css, and pretty-ness in tundra/noir/et al . ...
Concretely this means that:
- handle needs to be a <div> w/a background image and size specified in tundra.css (and a different image will be specified in noir.css), rather than an <img> with path specified in JS, like now
- I suggest that dijit.css display the dijitSliderA11yHandle character for the slider, and then themes can hide that character and use the background-image instead (except in high-contrast mode)
additionally, though not as vital, Slider _should_ listen to mouse-wheel scrolling [up +, down -] ...
Change History (5)
Owner: |
changed from anonymous to Douglas Hays
|
Description: |
modified (diff)
|
Milestone: |
→ 0.9
|
Component: |
General →
Dijit
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Component: |
Dijit →
Dijit - Form
|
(In [9907]) Fixes #3606. Added mouse wheel support to slider. Changed to fire onchange events on mouseup so that webkit works. Changed the default non-image slider handle to a square box so that zoom feature works as expected. Slider handle background image was already in tundra.css. Verified that the a11y handle is shown when no theme is selected.