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

[Bug Report][3.6.13] v-tooltip intermittently fails to close when many are rendered #20241

Open
chandlerpuckett opened this issue Jul 29, 2024 · 1 comment
Labels
S: needs reproduction The issue does not contain a valid reproduction S: triage

Comments

@chandlerpuckett
Copy link

Environment

Vuetify Version: 3.6.13
Vue Version: 3.5.0-alpha.4
Browsers: Chrome 126.0.0.0
OS: Windows 10

Steps to reproduce

When moving the mouse quickly, tooltips start to lag and become sticky. This issue is noticeable in production-level applications, especially when multiple tooltips (approximately 8 per row) are rendered within table views. Adjusting the scroll-strategy prop between 'close' and 'reposition' does not seem to resolve the problem.

Expected Behavior

Tooltips close as expected when set to scroll-strategy="close"

Actual Behavior

tooltips intermittently 'stick' on the screen and will not close

Reproduction Link

https://play.vuetifyjs.com/#...

VPlay.webm

image

@chandlerpuckett chandlerpuckett changed the title [Bug Report][3.6.13] v-tooltip intermittently fails to close when many components are rendered [Bug Report][3.6.13] v-tooltip intermittently fails to close when many are rendered Jul 29, 2024
@KaelWD
Copy link
Member

KaelWD commented Jul 30, 2024

I can't reproduce this. It looks like your browser isn't firing mouseleave events for some reason.

Tooltips close as expected when set to scroll-strategy="close"

Do they close when you scroll the page? scroll-strategy doesn't do anything if there's no scrolling.

@KaelWD KaelWD added the S: needs reproduction The issue does not contain a valid reproduction label Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S: needs reproduction The issue does not contain a valid reproduction S: triage
Projects
None yet
Development

No branches or pull requests

2 participants