You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
The text was updated successfully, but these errors were encountered: