Open
Bug 1915551
Opened 3 months ago
Updated 2 months ago
scondoo.de - Invalid password notification is not triggered when registering for an account
Categories
(Web Compatibility :: Site Reports, defect, P3)
Tracking
(firefox129 affected, firefox131 affected)
NEW
People
(Reporter: rbucata, Unassigned)
References
()
Details
(Keywords: webcompat:needs-diagnosis, webcompat:site-report, Whiteboard: [webcompat-source:web-bugs])
User Story
platform:windows,mac,linux,android impact:site-broken configuration:general affects:all branch:release diagnosis-team:dom
Attachments
(1 file)
373.47 KB,
image/png
|
Details |
Environment:
Operating system: Android
Firefox version: Firefox 129.0.2
Steps to reproduce:
- Click/tap on the avatar at the top right.
- Click on register.
- Fill out all fields.
- Enter
@iw*_bI%-&phE3;qbwmp
as the password, which makes all fields green.
If you're pasting and the "Register" button is not visible, you need to add a space (or so) and remove it again afterwards, to trigger the input handler or so, so the submit (register) button is shown as visible. - Click the register button and observe
Expected Behavior:
Nothing happens
Actual Behavior:
Password input validation popup not shown if pattern is validated leading to impossibility to sign-up
Notes:
- Reproduces regardless of the status of ETP
- Reproduces in Firefox Nightly, and Firefox Release
- Does not reproduce in Chrome
- Affected area:
<input type="password" name="password" value="" minlength="8" pattern="(?=.*[a-zäöüß])(?=.*[A-ZÄÖÜ])(?=.*\d)(?=.*[@$!%*?&])[A-ZÄÖÜa-zäöüß\d@$!%*?&]{8,}" title="Das Passwort muss mindestens 8 Zeichen lang sein, aus einem Klein-, einem Großbuchstaben, einer Zahl und einem der folgenden Sonderzeichen bestehen @$!%*?&" placeholder="Passwort" required="">
Created from https://github.com/webcompat/web-bugs/issues/140966
Reporter | ||
Comment 1•3 months ago
|
||
Reporter | ||
Updated•3 months ago
|
status-firefox129:
--- → affected
status-firefox131:
--- → affected
Updated•2 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•