mantinedev / mantine

A fully featured React components library
https://mantine.dev
MIT License
26.79k stars 1.9k forks source link

Tooltip of Slider is flickerling #7116

Closed Kenzo-Wada closed 4 hours ago

Kenzo-Wada commented 3 days ago

Dependencies check up

What version of @mantine/* packages do you have in package.json?

7.14.0

What package has an issue?

@mantine/core

What framework do you use?

Next.js

In which browsers you can reproduce the issue?

All

Describe the bug

tooltip of Slider flickers onClick.

https://github.com/user-attachments/assets/6db5995d-ae3a-44ba-990a-ef24972c434a

If possible, include a link to a codesandbox with a minimal reproduction

https://mantine.dev/core/slider/

Possible fix

I'll dig into the codes later. Maybe we should set some delay time to show tooltip to prevent this issue.

Self-service

rtivital commented 4 hours ago

I think that it is fine, tooltip is opened when the slider is being dragged