Opened 13 years ago
Closed 6 years ago
#10358 closed enhancement (patchwelcome)
Slider: use tooltip to emphasize current value
Reported by: | Douglas Hays | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.13 |
Component: | Dijit - Form | Version: | 1.4.0b |
Keywords: | Cc: | Becky Gibson, Scott Lewis | |
Blocked By: | Blocking: |
Description
Taken from IBM Design Leadership recommendations.
The slider widget should use a Tooltip to show values when focused, hovered, or changing.
Attachments (1)
Change History (7)
Changed 13 years ago by
Attachment: | 10358.patch added |
---|
comment:1 Changed 13 years ago by
The problem I see is that the tooltip doesn't update it's value and position when the slider handle is dragged. I know the tooltip API doesn't support that currently but it seems necessary to make this feature useful.
#6968 may be useful. That a patch Alex started but never finished about the tooltip following the mouse.
comment:2 Changed 12 years ago by
Milestone: | 1.5 → future |
---|
I'd like to do this soon but unsure about when.
comment:3 Changed 11 years ago by
Component: | Dijit → Dijit - Form |
---|
comment:4 Changed 8 years ago by
Owner: | Douglas Hays deleted |
---|---|
Status: | new → assigned |
comment:5 Changed 8 years ago by
Status: | assigned → open |
---|
comment:6 Changed 6 years ago by
Milestone: | future → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | open → closed |
Given that no one has shown interest in creating a patch in the past 5+ years, I'm closing this as patchwelcome.
proposed patch to show the tooltip on hover, focus, and change (after short quiescency to prevent flicker during rapid movement)