-
Bug
-
Resolution: Fixed
-
Minor
-
2.9.5, 3.0.3
-
MOODLE_29_STABLE, MOODLE_30_STABLE
-
MOODLE_29_STABLE, MOODLE_30_STABLE
-
MDL-53548-master -
Currently you cannot tab to the block show/hide buttons using keyboard; you can tab to the 'dock' button but not the show/hide one.
The code for this was implemented in MDL-27197 but broken in MDL-49144 due to a case mistake in a property name (tabindex instead of tabIndex).
As an additional bug, after fixing this part, the focus does not work properly - when you activate the button, focus disappears. It should focus the corresponding button i.e. if you selected 'hide' then the focus should be left on the 'show' button rather than on the now-disappeared hide button.
I'll submit a patch that fixes these issues.