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
For Tooltip content that needs to be loaded async, I prefer wrapping the content in {#if open} and enabling forceVisible. The way the next-gen Tooltip works makes this no longer possible, as it now depends on an HTML element being bound to tooltip.contentbefore the content can be shown.
The text was updated successfully, but these errors were encountered:
hmnd
changed the title
Support dynamically hidden tooltip content
Support conditionally rendered tooltip content
Mar 2, 2025
This is also a big problem on pages with a large number of tooltips. The content positions remain continuously updated by floating ui while not displayed, resulting in low performance and lag.
This is also a big problem on pages with a large number of tooltips. The content positions remain continuously updated by floating ui while not displayed, resulting in low performance and lag.
For Tooltip content that needs to be loaded async, I prefer wrapping the content in
{#if open}
and enablingforceVisible
. The way the next-gen Tooltip works makes this no longer possible, as it now depends on an HTML element being bound totooltip.content
before the content can be shown.The text was updated successfully, but these errors were encountered: