-
Notifications
You must be signed in to change notification settings - Fork 338
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
Performance issue on too many popovers ? #1005
Comments
I have the same issue. Is there a workaround? |
Does it happen with the |
Yes exactly the same issue |
Any updates on this issue, im having the same issue with using async tooltips. It even crashes my browser when it loads to much. |
same here, did not found a solution yet. I have 2.000 rows, each one with 8 tooltips. Browser freezes and never comes back |
Nuxt 3.5.1
"floating-vue": "^2.0.0-beta.24"
I have a table with 200+ rows.. each row has 10 popover-tooltip elements = 2000 tooltips (with dynamic content)
Everything works smooth, until I leave route/page. It takes proportionally longer with number of rows in table (for 200 rows, 5seconds)
If I remove the
v-tooltip
directives from those elements, the route leaves instantly (as it should) even for 1000 rows.I also tried with simple text
The issue remains. So it's something related to unmount , cleaning process.
The text was updated successfully, but these errors were encountered: