panodata-map-panel icon indicating copy to clipboard operation
panodata-map-panel copied to clipboard

Grafana 8: Some fields in config panel not rendering properly and unusable

Open thepilot21 opened this issue 3 years ago • 2 comments

Grafana version is 8.1. Browser Chrome (although I also tried Edge).

image

This image shows the center and zoom level options but the fields are not visible and do not seem to accept input. Even the "Center" dropdown does not show the setting that I have picked although the selection list is visible when I click on the arrow.

This problem does not occur if Fit to Data is set because of course then the non working fields are not shown.

Please do let me know if I can provide any additional data to help debug.

Thanks,

Mike

thepilot21 avatar Aug 11 '21 16:08 thepilot21

I found that the fields in question are wrapped in a

(in editot.html) that when removed makes the issue go away. I do not know if this is the right thing to do to fix the problem but it seems to work for me.

In editor.html:

I removed line 337 <div class="section editor-column width-24"> and also removed the closing <\div. at 410.

Mike

thepilot21 avatar Aug 12 '21 08:08 thepilot21

Dear Mike,

thank you for figuring this out. Will you be able to submit a patch by making a corresponding pull request?

With kind regards, Andreas.

amotl avatar Aug 12 '21 16:08 amotl