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): incorrect onValueCommitted calls #1218

Merged
merged 2 commits into from
Jun 26, 2024

Conversation

mikededo
Copy link
Contributor

@mikededo mikededo commented Jun 1, 2024

Motivation

This is a small bug/edge case that was introduced with the addition of
onValueCommitted in #1212. I basically discovered the problem when I was using
a select within a Slider, that the select component would not open since
the state was being updated due to incorrect onValueCommitted calls.
With this fix, we ensure that onValueCommitted is only called when the
Slider was actually active, meaning that the onmousedown was called in one
of the thumbs of the Slider.

This is a small bug/edge case that was introduced with the addition of
`onValueCommitted` in melt-ui#1212. I basically discovered the problem when I
was using a `select` within a `Slider`, that the `select` component
would not open since the state was being updated due to incorrect
`onValueCommitted` calls.
With this fix, we ensure that `onValueCommitted` is only called when the
`Slider` was actually active, meaning that the `onmousedown` was called
in one of the thumbs of the `Slider`.
Copy link

changeset-bot bot commented Jun 1, 2024

🦋 Changeset detected

Latest commit: c3c46a8

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@melt-ui/svelte Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Member

@TGlide TGlide left a comment

Choose a reason for hiding this comment

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

Thank you!

@TGlide TGlide merged commit f924049 into melt-ui:develop Jun 26, 2024
5 of 6 checks passed
@github-actions github-actions bot mentioned this pull request Jun 26, 2024
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

Successfully merging this pull request may close these issues.

None yet

2 participants