Skip to content
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

fix(slider): preventCrossover should only affect range sliders #1232

Merged
merged 2 commits into from
Dec 22, 2019
Merged

fix(slider): preventCrossover should only affect range sliders #1232

merged 2 commits into from
Dec 22, 2019

Conversation

ColinFrick
Copy link
Member

Description

Fixes a regression introduces in 4b1d548
The preventCrossover setting affected single sliders as well, which prevented them to slider correctly.

Testcase

Before: https://jsfiddle.net/kj2m03f6/
After: https://jsfiddle.net/e5yt26bg/

Closes

#1231

@ColinFrick ColinFrick added type/bug Any issue which is a bug or PR which fixes a bug lang/javascript Anything involving JavaScript state/awaiting-reviews Pull requests which are waiting for reviews labels Dec 19, 2019
@ColinFrick ColinFrick added this to the 2.8.3 milestone Dec 19, 2019
Copy link
Contributor

@exoego exoego left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@lubber-de lubber-de left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@prudho prudho left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@y0hami y0hami left a comment

Choose a reason for hiding this comment

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

LGTM

@y0hami y0hami merged commit 0224c87 into fomantic:develop Dec 22, 2019
@lubber-de lubber-de removed the state/awaiting-reviews Pull requests which are waiting for reviews label Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang/javascript Anything involving JavaScript type/bug Any issue which is a bug or PR which fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants