-
Bug
-
Resolution: Fixed
-
Minor
-
3.3
-
MOODLE_33_STABLE
-
MOODLE_33_STABLE
-
MDL-58515-master -
The changes made in MDL-55459 have changed the behaviour of the annotated PDF comments in the tab order.
On Chrome the comments can receive focus however they don't show the focus outline. We need all elements to show the focus outline when they have focus for accessibility reasons.
On Safari the comments aren't focusable at all using the tab key.
I believe both issues are caused by having elements with tabindex="0" being nested within elements that have tabindex="-1". This can cause weird behaviour for browsers.
The focus handling needs to be cleaned up a bit.