[shop.economist.com][Login] "View Saved Logins" dropdown is triggered by clicking outside the email field
Categories
(Toolkit :: Password Manager: Site Compatibility, defect, P3)
Tracking
()
People
(Reporter: sbadau, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Attachments
(1 file)
4.70 MB,
video/quicktime
|
Details |
Affected versions
Nightly 87.0a1
Firefox 86 beta 7
Firefox 85
Affected platform
Mac OS X 10.15
Preconditions
Make sure you have multiple logins saved.
Steps to reproduce
- Go to shop.economist.com login page: https://shop.economist.com/account/login
- Click above of the Email field - next to the "email text"
Expected result
The "View Saved Logins" dropdown should not be triggered as long as the click is done outside of the email field.
Actual Result
The "View Saved Logins" dropdown is opened. Please see the screencast for more details.
Notes
- Reproducible on Chrome? No, the saved logins dropdown is not opened but a flicker of the Email field is noticeable also on Chrome.
- Regression-range: not a regression, reproduced on Fx70
Comment 1•4 years ago
|
||
The username field has its associated <label>
, which shows the Email
text. When a user clicks the Email
label, the focus is moved to the username field and the autocomplete dropdown is opened.
Chrome doesn't have this issue because Chrome doesn't show autocomplete dropdown when a field is focused. The autocomplete dropdown is shown when users click the field.
If the above behavior is what we want, we should file another bug. As for this bug, I think this is the expected behavior.
Notes:
We have the same behavior as Safari.
Markup:
<label for="CustomerEmail">Email</label>
<input type="email" name="customer[email]" id="CustomerEmail" class="" autocorrect="off" autocapitalize="none" autofocus="" ; cursor: auto;" autocomplete="off">
Updated•4 years ago
|
Description
•