grafana / scenes

Build Grafana dashboards directly in your Grafana app plugins.
https://grafana.com/developers/scenes
Apache License 2.0
133 stars 20 forks source link

Tooltip appear and disappear very quickly (like blink) #803

Closed bestov94 closed 5 days ago

bestov94 commented 2 months ago

With the featuresscenes and dashboardScene enabled, the tooltip on timeseries's panels are blinking. When these features are disabled, the tooltip are shown and not disappear.

torkelo commented 1 month ago

@bestov94 we have no other reports like this, can you describe your scenario? browser version, os, grafana version, scenes version, dashboard setup

bestov94 commented 1 month ago

Hello. My browser is Firefox ESR 115.2.0esr 64 bits. My OS version is Debian GNU/Linux 12 (kernel=6.9.7-1~bpo12+1). My Grafana version is 11.1.0. I don't know my scenes version.

My custom directives in grafana.ini : [server] protocol = https domain = XXXXXXX root_url = https://XXXXXXX/grafana/ enable_gzip = true cert_file = /etc/grafana/grafana.crt cert_key = /etc/grafana/grafana.key [analytics] check_for_updates = false check_for_plugin_updates = false [auth.jwt] enabled = false [smtp] enabled = true host = XXXXXXXX:25 from_address = grafana@XXXXXXXXXX [panels] disable_sanitize_html = true [plugins] public_key_retrieval_disabled = true [plugin.grafana-image-renderer] rendering_ignore_https_errors = true [feature_toggles] enable = scenes,dashboardScene,featureToggleAdminPage

My dashboard has several panels and the "shared tooltip" option enabled.

bestov94 commented 5 days ago

Ok. This phenomenon has disappeared with the version 11.2.

bestov94 commented 5 days ago

Close