openwebwork / webwork2

Course management front end for WeBWorK
http://webwork.maa.org/wiki/Main_Page
Other
141 stars 164 forks source link

Fix focusing the "name" input in the file manager. #2401

Closed drgrice1 closed 2 months ago

drgrice1 commented 2 months ago

The form element does not have a getElementsByName method. The document needs to be used for that.

This causes a console log error when the file manager page loads, and the "name" element is never focused.