Opened 15 years ago
Last modified 11 years ago
#3606 closed defect
dijit.form.Slider needs basic styling [non-tundra] — at Version 2
Reported by: | dante | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
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 (2)
comment:1 Changed 15 years ago by
Owner: | changed from anonymous to Douglas Hays |
---|
comment:2 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Milestone: | → 0.9 |
Note: See
TracTickets for help on using
tickets.