-
Bug
-
Resolution: Fixed
-
Minor
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
MDL-73336-master-v02 -
-
Moppies Kanban
The new drawers use bootstrap tooltips to explain what open and close buttons do. This is a problem because of the focus logic of the drawers:
- Closing the drawer focus on the open button in order to undo the action using the keyboard
- Opening the drawer focus on the close button for the same reason
This produces that the tooltip appears immediately after opening/closing the drawer and does not disappear until the user clicks somewhere.
The problem is that for accessibility reasons we cannot make the tooltip disappear after a few seconds (any disappearing element should be a consequence of a user action, otherwise slow readers may not read the content in time.
The only solution I can figure for now is to disable the tooltip if the focus is automatic (nor produced by the user navigation). I don't know yet how feasible is but it will make the overall experience better.
- blocks
-
MDL-73340 Course index should be opened by default first time a user access the course
- Closed