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

Satellite UI: fix tooltips on graph component #6344

Closed
mobyvb opened this issue Sep 26, 2023 · 1 comment
Closed

Satellite UI: fix tooltips on graph component #6344

mobyvb opened this issue Sep 26, 2023 · 1 comment
Assignees
Labels
Bug Something isn't working

Comments

@mobyvb
Copy link
Member

mobyvb commented Sep 26, 2023

When you hover over the line on one of the dashboard graphs, a tooltip appears by the cursor. Without moving the cursor, if the user goes back, e.g. by swiping two fingers left on mac or by pressing backspace, the tooltip remains visible and does not disappear.

AC:

  • tooltip for bandwidth and storage graphs is never visible if the graphs are not present on the page
@mobyvb mobyvb self-assigned this Sep 26, 2023
@mobyvb mobyvb added the Bug Something isn't working label Sep 26, 2023
@mobyvb mobyvb assigned cam-a and unassigned mobyvb Nov 21, 2023
@storj-gerrit
Copy link

storj-gerrit bot commented Nov 30, 2023

Change web/satellite: remove VChart tooltip elements on unmounted mentions this issue.

storjBuildBot pushed a commit that referenced this issue Dec 4, 2023
We use a custom plugin for the chart tooltips. If a user navigates away
from the page while a tooltip is rendered, the element doesn't get
removed. To fix it, when the chart is unmounted check for the tooltip
elements and remove them if they exist.

issue: #6344

Change-Id: I42122ef5fad3a1ee7d16ed554881f8c3f79f2b26
@mobyvb mobyvb closed this as completed Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants