Fix infinite tooltips on the server activity widget.

Review Request #13887 — Created May 21, 2024 and submitted

Information

Review Board
release-7.x

Reviewers

The server activity widget tries to show a tooltip for when the user
hovers over data points, but it had a bug which could easily be
triggered on busy servers where new tooltips were created without
destroying the old one.

Looked at the server activity widget and saw that I could no longer
create a ton of tooltips by mousing over data points.

Summary ID
Fix infinite tooltips on the server activity widget.
The server activity widget tries to show a tooltip for when the user hovers over data points, but it had a bug which could easily be triggered on busy servers where new tooltips were created without destroying the old one. Testing Done: Looked at the server activity widget and saw that I could no longer create a ton of tooltips by mousing over data points.
32439e18784f8009b438351d7fcc0bc80b42d80a
chipx86
  1. Ship It!
  2. 
      
maubin
  1. Ship It!
  2. 
      
david
Review request changed
Status:
Completed
Change Summary:
Pushed to release-7.x (f4ae39a)