-
-
Notifications
You must be signed in to change notification settings - Fork 23
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 infinite progress bar when filtering students in an evaluation #4996
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This feels a bit like a hack. Why isn't the element present in the first place?
It is context depended. If there is scoring present, there will be a tab with scores of users. If you prefer I can probably also fix this by a rails template check? (But that risks an edge case where the tab was not present before, but should be present now, which could create a bug....) |
The issue is very similar to #4996 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I we want to fix this like this (I have no opinion), could we do only one querySelector
?
Closes #4918