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
There is no way for a mobile user to close a tooltip except by opening a different tooltip. While they're open, tooltips are anchored to the user's screen rather than the UI.
Note: The tooltips do disappear if the user opens the nav menu or switches away from the tab/page/screen showing the tooltip.
Solution
Tooltip should be anchored to the app (rather than user's screen).
Tooltip should be closable.
The text was updated successfully, but these errors were encountered:
* DRY things in Tooltip.vue / convert v-append-to-body to v-append-to-page
* revert appendToPage / add anchorToElement prop and implement it
* remove unused styles/logic in Tooltip.vue
* add v-anchor-to-trigger directive and make sure it works
* consider the case for triggerElementSelector in v-anchor-to-trigger directive
* implement all direction options for anchor-to-element prop
Problem
There is no way for a mobile user to close a tooltip except by opening a different tooltip. While they're open, tooltips are anchored to the user's screen rather than the UI.
Note: The tooltips do disappear if the user opens the nav menu or switches away from the tab/page/screen showing the tooltip.
Solution
The text was updated successfully, but these errors were encountered: