Skip to content

Slider: Pass handle index to event #1473

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed

Slider: Pass handle index to event #1473

wants to merge 3 commits into from

Conversation

atomiomi
Copy link
Contributor

@atomiomi atomiomi commented Mar 7, 2015

No description provided.

atomiomi added 2 commits March 7, 2015 14:31
Added new field handleIndex to uiHash that equals to the index of handle on which the user clicks

Fixes #7630
@atomiomi atomiomi changed the title 7630 pass handle index to event Slider: Pass handle index to event Mar 7, 2015
equal( ui.handleIndex, 3, "passing handle index to stop event (#7630)" );
},
change: function( event, ui ) {
equal( ui.handleIndex, 3, "passing handle index to change event (#7630)" );
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There shouldn't be any ticket references here.

@scottgonzalez
Copy link
Member

The CLA check failed because you have your git config using "atomiomi" as your name instead of your actual name which you used to sign the CLA.

@atomiomi atomiomi closed this Mar 12, 2015
@atomiomi atomiomi deleted the 7630-pass-handle-index-to-event branch March 12, 2015 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants