-
Bug
-
Resolution: Fixed
-
Minor
-
3.7.4, 3.8, 3.9
-
MOODLE_37_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE
-
MOODLE_37_STABLE, MOODLE_38_STABLE
-
MDL-67577-master -
Running accessibility test, it seems tabindex order of, messages and notification is wrong.
using the tab key to navigate, from search input field to the next element,
we expect the indexing to be as followed:
search
notification
message
but the order is wrong as mentioned.
the indexing should reflect the visual order of the elements in the DOM