- Issue created by @kopeboy
- Status changed to Needs review
over 1 year ago 8:53am 26 May 2023 - 🇮🇹Italy kopeboy Milan
Said CSS is actually in Claro (I haven't tested with other themes).
- Status changed to Needs work
over 1 year ago 12:15pm 2 June 2023 - 🇫🇮Finland lauriii Finland
Thanks for the bug report @kopeboy! 😊
The
.password-confirm
selector is supposed to target the wrapper of the passwords but it looks like the class is also applied on the second password item. 🙈 I think the right fix here would be to remove thepassword-confirm
class from thepass2
password input. - Status changed to Needs review
over 1 year ago 12:15pm 5 June 2023 - last update
over 1 year ago 29,414 pass - 🇮🇳India Vidushi Mehta
Added a patch which is targeting the password strength as mentioned by the @kopeboy, I've checked on Olivero theme, same issue is showing there as well. Added before & after screenshots of the claro theme and one screenshot for the Olivero.
@lauriii are we removing the class as it should not be repeated on the child selector? Or any other specific reason for that please confirm
- Status changed to Needs work
over 1 year ago 12:40pm 5 June 2023 - 🇺🇸United States smustgrave
IS needs to be updated with proposed solution in #4
- 🇮🇳India athyamvidyasagar
The password field is in consistence compare to other fields. Now with this patch all the fields are rendering in 100%. Screenshot is attached.
- Status changed to Needs review
over 1 year ago 3:42am 7 July 2023 - last update
over 1 year ago 29,440 pass - 🇮🇳India gauravvvv Delhi, India
I have added a patch with different approach. In patch #5, we are limiting the password strength with 25ch.
.password-strength { margin-block: var(--progress-bar-spacing-size); + max-width: 25ch; }
On the parent we already have max-width of 25rem; If we give input fields, width: 100% then it is aligning with the password policy as well. I have attached a patch and after patch screenshot for reference. Please review
After Patch
- last update
over 1 year ago 29,439 pass - Status changed to Needs work
over 1 year ago 10:56pm 9 July 2023 - 🇺🇸United States smustgrave
Seems issue summary still needs to be updated please.
- Status changed to Needs review
over 1 year ago 2:02pm 10 July 2023 - Status changed to RTBC
over 1 year ago 10:55pm 11 July 2023 - last update
over 1 year ago 29,444 pass - Status changed to Fixed
over 1 year ago 6:41am 12 July 2023 - 🇫🇮Finland lauriii Finland
- 🇮🇳India gauravvvv Delhi, India
Opened a follow up issue for .password-confirm 🐛 Remove the password-confirm class from the pass2 password input Needs work
Automatically closed - issue fixed for 2 weeks with no activity.