[Imgur] Don't offer "Fill Login" option in context menu for phone fields on register form
Categories
(Toolkit :: Password Manager: Site Compatibility, defect, P3)
Tracking
()
People
(Reporter: tbabos, Unassigned)
References
()
Details
Attachments
(2 files)
Affected platforms:
Windows 10 x64
Affected versions:
All
Steps to reproduce:
- Launch Firefox
- Go imgur register form
- Right-click on the phone field
Expected:
"Fill Login" option should be displayed only for the username/email fields
Actual:
"Fill Login" is displayed in the context menu for the phone number field
Regression-Range:
Not a regression, can reproduce back to FX69
Notes:
Phone Field: <input type="tel" tabindex="9" name="phone_verification[phone_number]" maxlength="20" id="phone_number" class="br5 lvl1-dark last" placeholder="Phone Number" autocomplete="off" data-intl-tel-input-id="0">
Reporter | ||
Comment 1•5 years ago
|
||
Comment 2•5 years ago
|
||
<input type="tel" tabindex="9" name="phone_verification[phone_number]" maxlength="20" id="phone_number" class="br5 lvl1-dark last" placeholder="Phone Number" autocomplete="off" data-intl-tel-input-id="0">
I can imagine situations where a telephone number is used as the username, so I'm not sure we would want to always exclude type=tel
?
If we are filling this form, ISTM we should be able to find the username and password fields and not fill directly into this tel field.
So this might be a dupe of bug 1595244?
Reporter | ||
Comment 3•5 years ago
•
|
||
On the Facebook Register form there is also a field with "Mobile number or email" which does toggle the Fill Login option. However, that includes the email as well, not only the phone number as on imgur.
The field has the following attributes:
"<input type="text" class="inputtext _58mg 5dba 2ph-" data-type="text" name="reg_email" value="" aria-required="true" placeholder="" aria-label="Mobile number or email" id="u_0_r" aria-describedby="js_56" aria-invalid="true">"
Gmail registration form with Phone field does not have this issue either:
<input type="tel" class="whsOnd zHQkBf" jsname="YPqjbf" autocomplete="tel" tabindex="0" aria-label="Număr de telefon (opțional)" id="phoneNumberId" data-initial-value="">
^ this also has the "type=tel" but does not show the option
Reporter | ||
Comment 4•5 years ago
|
||
On a second thought, this is a global issue for the registration forms (google, facebook) and not only restricted to some phone fields. We have the "Fill Login" option for other fields as well, such as:
- First Name
- Last Name
- Username (_____@gmail.com)
Comment 5•5 years ago
|
||
Is this perhaps a regression from bug 1595915 or was this always a problem?
Updated•5 years ago
|
Reporter | ||
Comment 6•5 years ago
|
||
Not a regression of that Bug, its been like this in FX69 too so seems like and old problem.
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Description
•