-
Notifications
You must be signed in to change notification settings - Fork 33
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
Fix missing loading bar for a motion #2719
Comments
I cannot reproduce the problem on my developer setup. After clicking on the right-arrow the large motion instantly appears. |
Maybe try killing the autoupdate service while you are on a motion detail view and then try to navigate via the arrow buttons. |
I tried it with more than 1000 motions (our biiiig dataset) and it still happens. Apparently you need not only rather big motions but also a lot of them |
I also tried it again with my own localhost
I can provoke the "undefined" if I skip through the motions (via arrow) very fast. But I can also see the "undefined" when I leisurely move from one motion to the other (also for motions with one word). I am not doing anything else besides pressing the arrow. |
I can reproduce this problem. I have 10 motions. Reload, go into the detail view, press in the arrow-navigation on next/prev. See "undefined" for a moment. |
Mmh, the component which seems to have this failure is: |
could be addressed in #4023 |
Current behaviour:
if you move via the arrows in between the motions then the loading bar does not appear but the words 'undefined'
Recreation:
Wanted behaviour:
The loading bar should also appear if you use the arrows to move in between motions
The text was updated successfully, but these errors were encountered: