-
Bug
-
Resolution: Fixed
-
Critical
-
2.8.6, 2.9, 3.0
-
MOODLE_28_STABLE, MOODLE_29_STABLE, MOODLE_30_STABLE
-
MOODLE_28_STABLE, MOODLE_29_STABLE
-
wip_
MDL-50659_master -
Issue MDL-50554 may have caused an accessibility regression by removing the outline of an element when tabbed to it by keyboard users.
Full comments and thoughts on: https://moodle.org/mod/forum/discuss.php?d=315439#p1264126.
I believe that a work around until the issue is fixed in Chrome code (https://github.com/Automattic/_s/issues/543) could be:
a:focus {
|
outline: none;
|
border: thin dotted #333;
|
}
|
Or simply to remove the 'fix' and live with the odd movement until Chrome fixes itself.
- is a regression caused by
-
MDL-50554 Drag a link in site admin block and then move mouse over the links makes the icons move in Chrome
- Closed