Search and Top Navigation
#7630 closed feature (fixed)
Opened August 11, 2011 01:51PM UTC
Closed March 12, 2015 11:31AM UTC
Last modified March 12, 2015 11:31AM UTC
Slider index shall be accessible in event handlers
Reported by: | baton | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.12.0 |
Component: | ui.slider | Version: | 1.8.15 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
all events are having 'ui' parameter passed which contains handle and value(s) but does not contain 'index' of a handle that is being worked on (for multiple handles only)
maybe it shall be considered to be added to the 'ui' object passed to event handlers?
(e.g. as 'ui.index')
Attachments (0)
Change History (7)
Changed June 26, 2012 01:22AM UTC by comment:1
type: | enhancement → feature |
---|
Changed October 11, 2012 02:53PM UTC by comment:2
milestone: | 1.9.0 → 1.11.0 |
---|
Changed October 15, 2012 05:29PM UTC by comment:3
status: | new → open |
---|
We should consider this when reevaluating the slider component.
Changed June 24, 2014 11:55PM UTC by comment:4
milestone: | 1.11.0 → none |
---|
Changed March 09, 2015 06:51AM UTC by comment:5
Implemented in https://github.com/jquery/jquery-ui/pull/1473
Changed March 12, 2015 11:31AM UTC by comment:6
resolution: | → fixed |
---|---|
status: | open → closed |
Slider: Pass handle index to events
Added a handleIndex
property to the event data which indicates the index of
the handle being changed.
Fixes #7630
Closes gh-1486
Changeset: 6111b17710ab4e14bb119e735de9cfa9285badab
Changed March 12, 2015 11:31AM UTC by comment:7
milestone: | none → 1.12.0 |
---|