-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Dashboards change position randomly #5262
Comments
This looks like a pretty frustrating issue would be awesome to fix it. |
I am not seeing this bug anymore? Can someone else also confirm @paolodamico @alexkim205 @marcushyett-ph |
If you try making the window smaller and larger I saw this happen quite a
bit?
…On Mon, 9 Aug 2021 at 21:03, Li Yi Yu ***@***.***> wrote:
I am not seeing this bug anymore? Can someone else also confirm
@paolodamico <https://github.com/paolodamico> @alexkim205
<https://github.com/alexkim205> @marcushyett-ph
<https://github.com/marcushyett-ph>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5262 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUKYC7NOENC3F6ZZ3IQSCKDT4AYCFANCNFSM5AYKMEIQ>
.
|
hmm is that a bug though? The graphs will shift if you change the window size but they'll still stay in the same position after refreshing |
But they shift really weirdly like the bottom one becomes the top one etc.
However, you’re right they persist after refreshing so I’m not sure that’s
actually what this bug was trying to capture. And that’s not as severe- so
perhaps this specific bug is resolved
…On Mon, 9 Aug 2021 at 21:19, Li Yi Yu ***@***.***> wrote:
hmm is that a bug though? The graphs will shift if you change the window
size but they'll still stay in the same position after refreshing
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5262 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUKYC7L6GZAX7ZPW2GPYL7LT4AZ5JANCNFSM5AYKMEIQ>
.
|
Actually the bug when resizing windows is different (#4312) and the problem there is we actually need a grid with strongly defined positions (which would account for the changes in screen sizes too) rather than the fluid thing that we have right now. I could still reproduce this bug. Happens when I add stuff to a dashboard, sometimes it'll get added at the first position, sometimes at the last one, sometimes second to last, and refreshing the first time changes the position before it's preserved, but indeed this might not be too critical right now as if you really care about positioning and you move it, that new position is in fact properly preserved. Downgrading priority unless someone has a strong argument against this. |
Bug description
See recording below, positions change just by refreshing. Additionally, if I open graph 3 and update it (save to dashboard updating same panel) the updated panel gets thrown into position one of the dashboard.
Expected behavior
I would expect my dashboards to stay the same unless I change them.
How to reproduce
See instructions above.
Environment
Additional context
Thank you for your bug report – we love squashing them!
The text was updated successfully, but these errors were encountered: