-
Describe the bugIt doesn't show the progress bar. Then I switch to another tab, then I go back to that one and the progress bar is there :) Expected behaviorThe progress bar should be there since it's not hidden. Screenshots / Live demo linkAdditional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey, @ppazos! Thanks for your report, but this is not a bug in our code, looks like you experiencing some kind of animation freezing in your browser. We recently discussed this in #3487 with another collaborators and we came to conclusion that we cannot handle this from our side. If you experience this problem too often than you can disable animations with |
Beta Was this translation helpful? Give feedback.
Hey, @ppazos! Thanks for your report, but this is not a bug in our code, looks like you experiencing some kind of animation freezing in your browser. We recently discussed this in #3487 with another collaborators and we came to conclusion that we cannot handle this from our side. If you experience this problem too often than you can disable animations with
&disable_animations=true
query option. If you have any ideas about how we can deal with this issue from our side feel free to join the discussion and share.