Open Bug 1691430 Opened 3 years ago Updated 3 years ago

[shop.economist.com][Login] "View Saved Logins" dropdown is triggered by clicking outside the email field

Categories

(Toolkit :: Password Manager: Site Compatibility, defect, P3)

defect

Tracking

()

Tracking Status
firefox85 --- affected
firefox86 --- affected
firefox87 --- affected

People

(Reporter: sbadau, Unassigned)

References

(Depends on 1 open bug, Blocks 1 open bug)

Details

Attachments

(1 file)

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

  1. Go to shop.economist.com login page: https://shop.economist.com/account/login
  2. 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

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">
Depends on: 1693535
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: