-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
4.0.5, 4.0.7, 4.1, 4.1.2, 4.1.4, 4.2, 4.2.1, 4.3, 4.3.1, 4.3.2, 4.4
-
MOODLE_400_STABLE, MOODLE_401_STABLE, MOODLE_402_STABLE, MOODLE_403_STABLE, MOODLE_404_STABLE
Hello!
Today as a teacher in Moodle, I can only click the words in the Course Index.
Tomorrow, as a teacher, I'd love to be able to click anywhere in the background of an item in the Course Index and have that also open the item.
Video explanation: https://www.loom.com/share/c6015c0dc5b047ee90ec52d8cd145706
Photo explanation: https://capture.dropbox.com/ds2ZdhnhgtCkLUHA
Thanks for considering!
Nathan
Technical shaping
The course index implements a tree structure that follows WAI tree accessibility specifications. This may introduce some restrictions regarding which elements are clickable or not. The current implementation has two clickable elements:
- The section chevrons
- The items name itself (sections or activity names)
Capturing the background click may break the accessibility. However, even if capturing the background click is not possible, what is possible for sure is to enlarge the element width to fill the item. Technically, they are two different solutions, but from a user perspective, they should not be that different.