Enter-key binding only saves grading form when focus is on input, but should set it to `graded`
Sam on MM:
When grading in WebLab, if you use the mouse to either check checkboxes or write comments and then press “Enter” to mark as graded, the “Enter” key does not mark the submission as graded but instead just saves it. I don’t know whether this is intended behavior or not.
Me:
Submitted by Elmer van Chastelet on 1 July 2020 at 10:50This is not intended. It disables the enter-key binding when the focus is on an input (e.g. a comment text area or submission field for your own submission) , so you don’t accidentally mark a submission graded.
We might change this to only disable the binding if the input field is outside the grading form.
Thanks for reporting