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(splitter): minSize behavior during fast mouse movement #7099

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

J-Michalek
Copy link
Contributor

Fix #7001

The issue was due to premature validation - the user would move the mouse too fast skipping the values close to the minSize and we would evaluate that as invalid change (and it was), but we did not update the elements with the minimum size.

That is why when the minSize was set to 20 it could end up being anything above 20 even though the mouse was way beyond the min size limit.

Copy link

vercel bot commented Jan 14, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Updated (UTC)
primevue ⬜️ Ignored (Inspect) Visit Preview Jan 14, 2025 6:24pm
primevue-v3 ⬜️ Ignored (Inspect) Visit Preview Jan 14, 2025 6:24pm

@tugcekucukoglu tugcekucukoglu merged commit cb7f072 into primefaces:master Jan 15, 2025
2 of 3 checks passed
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.

SplitterPanel: Exceeds minSize on Subsequent Drags
2 participants