Closed esanzgar closed 2 years ago
We are experiencing the same behavior randomly, without opening the console.
is there any update in this?
use chrome v100, recive the same error, but it's seem work normally at Firefox browser
this commit has fix my question 73e471c085ffbaa8aacb7367b6937e074d9cc377
Same here, the release from 2022-01-19 where this change was introduced, worked for me.
Summary:
On Chrome Canary (v.92.0), when I have the web console open and I edit an assignment I can see the following error trace:
This error causes the the edit assignment form to not render.
The cause is that '#allowed-attempts-target' element doesn't exists and Reacts tries to render on the non existing target:
https://github.com/instructure/canvas-lms/blob/540fd63894bfe922c1d461958336501414916bce/ui/features/assignment_edit/backbone/views/EditView.coffee#L1139-L1140
Steps to reproduce:
...instructure.com/courses/[123]/assignments/[123]/edit
Expected behavior:
The edit form should be shown
Actual behavior:
The edit form is not shown
Additional notes:
This is a race condition of some short because I sometimes don't experience the problem. When the web console is opened it happens more often.