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

[core] Remove delayType prop across hoverable popup components #730

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

atomiks
Copy link
Contributor

@atomiks atomiks commented Oct 10, 2024

Closes #654. Now all hoverable popups only open once the cursor is at "rest". As before with rest, they can never open when scrolling and the cursor happens to land on a trigger, since mousemove isn't triggered in that case.

  • @floating-ui/react@0.26.25 will ignore insignficant movements for restMs once it's released (allows small 1px movements to handle tremors that are also considered to be "at rest"), but is not tied to this PR.

@atomiks atomiks added the core Infrastructure work going on behind the scenes label Oct 10, 2024
@mui-bot
Copy link

mui-bot commented Oct 10, 2024

Netlify deploy preview

https://deploy-preview-730--base-ui.netlify.app/

Generated by 🚫 dangerJS against b43e20f

Signed-off-by: atomiks <cc.glows@gmail.com>
@github-actions github-actions bot added PR: out-of-date The pull request has merge conflicts and can't be merged and removed PR: out-of-date The pull request has merge conflicts and can't be merged labels Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Infrastructure work going on behind the scenes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve/remove delayType
2 participants