Closed robwhess closed 5 years ago
Thanks for the report! We've dug in and it appears that this is an issue with Firefox the type of header Firefox is sending over in the request. It's an async request, but, it's asking for an html header instead of a js header (which seems to be a not uncommon Firefox issue).
We're working on a fix to make sure this will work correctly for Firefox.
In the meantime, you can get around this with the workaround you mentioned or by using Chrome or Safari (if you don't mind a temporary switch). Thanks for bearing with us while we get a fix in place.
@robwhess this should be resolved! You should now see the expected searching and filtering behavior on the /classrooms
page when using Firefox.
Thanks again for letting us know about this issue!
🎉 Thanks @JessRudder. I can confirm that I'm now seeing the expected behavior.
Hey @robwhess this fix introduced a bug elsewhere that prevented accepting assignment invitations for students on some browsers so we had to revert. This means the sorting/filtering is once again broken on Firefox. We are working on fix for this again though.
Foiled by my own students (#2431)!
No worries @JessRudder. This bug causes extremely minor inconvenience compared to students not being able to accept assignments.
Alright!
We should have proper sorting and filtering behavior for you (and other Firefox users).
AND the ability to accept assignments for your IE/Edge using students (and folks who use other browsers as well).
Thanks for the patience on this one.
Yup, the sorting and filtering looks like it's working for me again. Thanks for your work on this, @JessRudder 🍻
Describe the bug On the main classroom list page, if I make any change to the "View" filter dropdown, I am brought to an error page that says "406. Request not acceptable. The requested resource is unavailable in the format requested." However, if I then navigate back to the main classroom list page, the change to the "View" filter appears to have taken effect.
To Reproduce Steps to reproduce the behavior:
Expected behavior Selecting a new "View" filter option should update the classrooms displayed with no error.
Screenshots