-
Bug
-
Resolution: Fixed
-
Minor
-
4.5.4
-
Hhogs Merge Review Candidates
Clicking on the labels of form elements will normally move focus on the form element.
A JS code is meant to do this for the core_form/element-group template, but it does not work because it points to a non-existent element ID.
Note that MDL-61823 added the relevant IDs that enabled this functionality, but it needed to be reverted in MDL-85139 because it caused an issue related to duplicate element IDs on the page.
We need to create a proper solution to fix this issue that is safe and robust.