What happened?
In Explore, log lines sometimes render visually overlapping / stacked on top of each other after changing the query and running it again. The text of several log lines is drawn in the same vertical space, making the list unreadable.
The dataset itself is fine — the same response renders correctly after a fresh page load, so this looks like stale virtualization state (cached row heights/offsets) surviving a data change in the new LogList panel.
A similar report exists for 13.0.1: https://community.grafana.com/t/explore-panel-logs-are-stacked-on-each-other/163336.
What did you expect to happen?
Every log line is rendered in its own row, with no visual overlap, regardless of how many times the query is edited and re-run.
How to reproduce
Probably, it appears when you modify the query or load more logs via infinite scroll.
Actual: after a re-run, some log lines are drawn on top of each other.
Expected: the list re-lays out cleanly for the new result set.
Environment
- Grafana: 12.4.3 - security2a
- Datasources: v0.29.0
- Browser: Chrome, firefox
What happened?
In Explore, log lines sometimes render visually overlapping / stacked on top of each other after changing the query and running it again. The text of several log lines is drawn in the same vertical space, making the list unreadable.
The dataset itself is fine — the same response renders correctly after a fresh page load, so this looks like stale virtualization state (cached row heights/offsets) surviving a data change in the new
LogListpanel.A similar report exists for 13.0.1: https://community.grafana.com/t/explore-panel-logs-are-stacked-on-each-other/163336.
What did you expect to happen?
Every log line is rendered in its own row, with no visual overlap, regardless of how many times the query is edited and re-run.
How to reproduce
Probably, it appears when you modify the query or load more logs via infinite scroll.
Actual: after a re-run, some log lines are drawn on top of each other.
Expected: the list re-lays out cleanly for the new result set.
Environment