User tests: Successful: Unsuccessful:
When using the label element it should be explicitly associated with the form element. The for attribute of the label must exactly match the id of the form control.
A can be associated with a control either by placing the control element inside the element, or by using the for attribute.
This PR fixes the missing "for" element for the remember me label on com_login
To test go to the login component (not module) and check that the markup for the word remember me is
<label for "remember">
where remember is the id of the checkbox.
The remember me plugin must be enabled
Status | New | ⇒ | Pending |
Category | ⇒ | Front End com_users |
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC after two successful tests.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-11-04 14:38:04 |
Closed_By | ⇒ | mbabker | |
Labels |
Added:
?
|
Thanks
I have tested this item✅ successfully on e0eae82
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/18463.