mattkocak / powerbi-visuals-slicerbutton

A button in Power BI that allows one to apply multiple slicers in a specified, predetermined way simply by clicking on it.
MIT License
14 stars 1 forks source link

Persistent tooltip after clicking in web interface only. #15

Open Iamthemedic opened 4 months ago

Iamthemedic commented 4 months ago

Describe the bug Hello! Myself and others I have a dashboard that uses this are noticing that when this is happening with the slicer button visualization is used in the web version of PowerBI only that the tooltip does not disappear.

To Reproduce

  1. Click on a slicer button.
  2. Move mouse away from the button.

Expected behavior Tooltip should disappear when the item is no longer selected/hovered over.

It would appear that the PowerBI web interface thinks that the mouse is still hovering on the last clicked item and is displaying the tooltip as such for some reason.

Screenshots Example starting state: Tooltip displaying when mouse is hovered over "in progress". Planning was the last slicer button selected so tooltip displays there AND where the mouse is hovering. image

Tooltip displaying when In Progress selected (Planning no longer shows tooltip stuck) image

Tooltip still showing after in progress is deselected and mouse is not hovering image

Tooltip showing only over the last item that was selected (two selected). image

Desktop (please complete the following information):

mattkocak commented 4 months ago

Hello, thanks for reporting the bug. Just a heads up that I am no longer working on this project and, since this repo hasn’t had any activity other than me, it’s unlikely that this bug will be addressed in the near future.

This issue will remain open on this open source project, though, so anyone can look into a solution and make a commit if they so choose.

Best of luck in resolving this!

Iamthemedic commented 4 months ago

Thanks for the quick reply Matt! Might want to update the readme or put up an announcement to that effect as well just in case :)

Great work on this; thank you!