-
Notifications
You must be signed in to change notification settings - Fork 176
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
Animation flickers back and forth #721
Comments
There's an event listener on browser width changes that triggers grid size/count recalculation, looks like this is creating a loop. Does it happen always or with some specific window width? |
I just noticed it this time (and then it was several alerts) - usually it is clear. |
Should be fixable with a tiny amount of refactoring so width is calculated consistently, will look into it next week |
Raised #732, are you able to test it? If not let's keep this open until the next release |
Not so easy to test for me without the same alerts firing |
Let's merge it and see if it helps, should be a no-op for everyone not affected by this issue |
Released v0.38, please re-open if you notice same issue with that version |
This is still happening, just hit this on my production install.
I can stop it by changing the "minimal group width" option value, so looks like it's the self feeding loop created by going below/above the "minimal group width" threshold. |
Any chance you will be looking at this issue. We are hitting this with 0.33 up to 0.44. |
Didn't have the time and energy to look into this, especially that moving the slider for minimum group width stopped it for me. Will try to look into it this week |
I would suggest as a starting point to have the minimum group width exposed in the karmal.yml configuration file. At least we could set a sane default width for our most common screen setups. |
Added a test that simulates a resize loop in #970 and added code to adjust width calculations when that happens. It fixes the problem in tests but please re-open if you find this behaviour still happening in real world. Thanks |
Great. I will test the next release and provide feedback. |
When a loop happens it will kind refresh a couple times and stabilize. It is not pretty but it works. i would reiterate my suggestion of having the minimum group width exposed in the karmal.yml configuration file. At least we could set a sane default width for our most common screen setups. while this issue is being resolved.(I think it helps) |
Adding a way to provide default for all the toggles in the UI settings modal is a reasonable request, so I'll work on that when I have a chance. |
Merged #986 with (hopefully) a better fix for this issue. |
UI defaults are now configurable |
See video on https://www.dropbox.com/s/lfyr7jv8n6dwzur/Screen%20Recording%202019-05-22%20at%2010.34.26.mov?dl=0
Running with chart v1.1.13 which is karma 0.34: https://github.com/helm/charts/blob/master/stable/karma/values.yaml#L9
The text was updated successfully, but these errors were encountered: