grafana / grafana-plugin-examples

189 stars 53 forks source link

App plugin first hover doesn't show dropdown menu #128

Closed Mateorid closed 1 year ago

Mateorid commented 1 year ago

On first hover the options don't show (gif attached): grafana_bug

What happened: Only highlight no options

What you expected to happen: Highlight and display of the dropdown menu even on the first try

How to reproduce it (as minimally and precisely as possible): clone the grafana plugin repo Run the app-with-dashboards example (I used yarn but had the same issue when trying with npm). After selecting one of the dashboards hover over the app icon for the first time -> no options Move away and back on -> options shown

Environment:

Mateorid commented 1 year ago

I'm pretty sure it's not a grafana-plugin-examples bug, I have the same issue in my own app plugin created with create-plugin, it's just the easiest way to reproduce it...

Mateorid commented 1 year ago

cc @mellieA

academo commented 1 year ago

This is not a bug in the examples but on grafana itself. It was fixed in more recent versions of grafana