moodle/grade/report/grader
Andrew Nicols 3959958372 MDL-70148 gradereport_grader: Improve reliability of keyboard usage
In some browsers the ajax grade select does not properly update the
grade after setting values. The previous solution was to press the
[enter] key, but doing this with the new key type step opens the select
box again. This is what happens when a real user presses enter on the
select.

This is the last possible field in the report, so pressing the tab key
to move to the next gradable element does not work.

The solution uses a shift-tab to move the focus away to the previous
gradale element. In this case it must also be moved to an earlier step
because the previously selected value must be checked in the Then
section of the test and if it is selected then its value cannot be
checked.
2020-11-17 15:14:43 +08:00
..
classes
db
lang/en MDL-64509 lang: Import fixed English strings (en_fix) 2019-01-07 14:40:34 +01:00
tests MDL-70148 gradereport_grader: Improve reliability of keyboard usage 2020-11-17 15:14:43 +08:00
yui MDL-66109 js: Fix Shifter linting issues 2020-05-11 11:07:49 +08:00
ajax_callbacks.php
index.php
lib.php MDL-69190 grade: fix slow query. 2020-07-16 12:49:39 +12:00
module.js MDL-69791 gradereport: Fix error message when invalid grade is entered 2020-10-05 14:56:58 +11:00
preferences.php
preferences_form.php
quickedit_item.php
README.txt
settings.php
styles.css MDL-52138 core_grades: gradebook striped styling 2020-05-26 23:33:03 +02:00
tabs.php
version.php MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00

The default gradebook interface that teachers will use.