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

Slider is not working propably when set min to a non-zero value #349

Closed
kiddove opened this issue Oct 6, 2017 · 0 comments
Closed

Slider is not working propably when set min to a non-zero value #349

kiddove opened this issue Oct 6, 2017 · 0 comments

Comments

@kiddove
Copy link

kiddove commented Oct 6, 2017

Hi there,

I'm using the Slider component. I copied the code from the Carbon Design System site(http://www.carbondesignsystem.com/components/slider/live). When I changed the min value to 1, it's not working correctly. For instance, if I set min to 1 and set max to 3. I suspect that when I clicked on some place near the middle of the slider, it should changed into 2, and the thumb will go to the middle position. The dragging of the thumb is not working correctly either.

image

@aagonzales aagonzales added the bug label Nov 2, 2017
asudoh added a commit to asudoh/carbon-components that referenced this issue Nov 14, 2017
There was an error in logic happening when min value is non-zero.

Fixes carbon-design-system#349.
asudoh added a commit to asudoh/carbon-components that referenced this issue Nov 14, 2017
There was an error in logic happening when min value is non-zero.

Fixes carbon-design-system#349.
tw15egan pushed a commit that referenced this issue Nov 14, 2017
…429)

There was an error in logic happening when min value is non-zero.

Fixes #349.
joshblack pushed a commit to joshblack/carbon that referenced this issue May 2, 2019
* fix(fix): Added accordion prop in InteriorLeftNav

For the InteriorLeftNav we need accordion behaviour where we want the child lists to be kept opened
unless closed by the user. This fixes
https://github.com/carbon-design-system/carbon-components-react/issues/328

fixes https://github.com/carbon-design-system/carbon-components-react/issues/328

* fix(fix): renamed isAccordion to isExpanded

Rename isAccordion to isExpanded according to review comments

https://github.com/carbon-design-system/carbon-components-react/issues/328

* fix(InteriorLeftNavList): Added isExpanded props to InteriorLeftNavList instead of parent

Added isExpanded props to InteriorLeftNavList instead of parent
joshblack added a commit to joshblack/carbon that referenced this issue May 8, 2019
* chore: check-in work

* feat(colors): update namespace and docs

* test(colors): update test setup

* chore: remove un-used section in README

* feat(colors): add support for stable map

* chore(format): run format

* chore: ignore prettier in block as it has a bug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants