-
Bug
-
Resolution: Not a bug
-
Minor
-
None
-
3.7.2
Go to a Moodle site and edit a forum (it doesn't really have to be a forum - could be almost any other kind of form). For example, here's one on school demo (log in as manager):
https://school.moodledemo.net/course/modedit.php?update=49&return=1
View source on this page and search for fgroup_id_buttonar.
Note that there are 2 different elements with this as their id. It is not valid HTML to have two elements with the same ID.
<div id="fgroup_id_buttonar" class="form-group row fitem femptylabel " data-groupname="buttonar">
|
and
<div class="form-control-feedback invalid-feedback" id="fgroup_id_buttonar" >
|
These are created by a form element template element-template.mustache from two different variables but I guess element.iderror must in this case be the same as element.wrapperid.
- will be (partly) resolved by
-
MDL-67544 Collection of small ARIA bugs
- Closed