Opened 13 years ago
Closed 12 years ago
#5551 closed bug (fixed)
Inconsistent values returned by range slider
Reported by: | rmckillen | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8.1 |
Component: | ui.slider | Version: | 1.7.2 |
Keywords: | range values | Cc: | |
Blocked by: | Blocking: |
Description
My issue appears related to previously closed ticket #5132.
Range sliders seem to return inconsistent values:
- When the left handle is dragged, the count begins at 1.
- When the right handle is dragged, the count begins at 0.
- And in cases where the handles are attempted to be dragged on top of on another, the min and max values returned are the same, event though the slider shows a range--not single point--selection.
See attached screenshot taken from the URL shared in ticket #5132 and note how 3 different sets of values are being reported for what looks to be an identical range.
Is this the intended behavior?
If so, I feel that I'll have to build an additional layer of value handling to deal with left-handle/right-handle/single-point scenarios to adjust the values accordingly and return a consistent range.
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | slider_ranges.gif added |
---|
comment:1 Changed 13 years ago by
comment:2 Changed 12 years ago by
Milestone: | TBD → 1.8.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
As of 1.8.1, this appears to be fixed. Thanks. Ticket should be closed.