geeks-r-us / mqtt-panel

Simple Grafana panel that allows to communicate with a mqtt server
Apache License 2.0
54 stars 11 forks source link

Display issue with Grafana 7.5.0-beta1 #26

Open colinl opened 3 years ago

colinl commented 3 years ago

Thanks for these useful panels which I have been using on 7.3.4 with success (panel version 1.0.7). I have upgraded Grafana to 7.5.0-Beta1 and the panels are not displaying correctly. The input fields are white with the text below just visible as shown here. I have tried on multiple browsers.

image

Hovering the mouse over the area causes the white overlay to disappear and the text below to become visible.

hildogjr commented 3 years ago

Same here on Grafana 7.3.5 stable. It is allowed to configure the Display options but none of the configurations give me the object (the panel still empty). In my case appear related to https://github.com/geeks-r-us/mqtt-panel/issues/11#issuecomment-757561970.

image

colinl commented 3 years ago

I have deleted a previous post saying that the problem was resolved. I was running the wrong version of Grafana. I have now tested it on 7.5.2 and it is still the same, showing the blocked out text.

geeks-r-us commented 3 years ago

I've tested it with latest grafana docker container (7.5.2) and get the same white (disabled looking) button. In fact clicking on it works. Looks like this is first sign of eroding legacy support for angular panels. To fix this there is the need to supply own css for this button.

Longterm fix can only be switching to react based panels. It's in work but will still take some time.