-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Panel does not load when suddenly in view, not scrolled into #71
Comments
Solved it with a temporary workaround for now: in the |
@csaladenes Did you just edit the compiled file? I also have this issue after upgrade to v7.0.
Or this block?
|
Just the compiled file as quick fix - in the definition of the
This is a really dirty trick though, so I wonder if there was an actual fix... |
@csaladenes Thanks, I'll give it a shot later. |
The panel does not receive load event, when suddenly is displayed, but not scrolled into view - say panel on page bottom of a large dashboard, and the user presses
End
key orPgDn
. I figured it has to do withgrafana
'sisInView
parameter, which only fires when the panel is scrolled into view or it is half in-view, but not fully. It might be agrafana
-side fix, but since @ryantxu did the lazy loading part there, I figured I'd post it here.Here the AJAX panel is on the top left. When the user navigates to the view, it does not load, after a few up and down scroll events, it does.
The text was updated successfully, but these errors were encountered: