webmail1.earthlink.net - Email credentials autofill does not work
Categories
(Toolkit :: Password Manager, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox117 | --- | affected |
People
(Reporter: rbucata, Unassigned)
References
()
Details
From github: https://github.com/webcompat/web-bugs/issues/127119.
<!-- @browser: Firefox 117.0.1 -->
<!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/117.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/127119 -->URL: https://webmail1.earthlink.net/
Browser / Version: Firefox 117.0.1
Operating System: Mac OS X 10.15
Tested Another Browser: NoProblem type: Something else
Description: Email address login autofill fails in FF 1117.0.1
Steps to Reproduce:
I have several email accounts.
In version 117.0 everything works OK.
in version 117.0.1 I have to manually enter my email address or copy/paste it in from "Login & Passwords" preference page. After entering the email address and pressing tab key, the password autofill menu appears allowing me to select the account. Version 117.0.1 broke the email autofill.
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2023/9/fc284ab7-e39c-4b39-b0ec-381f3d8a369b.jpg">
</details><details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>From webcompat.com with ❤️
Change performed by the Move to Bugzilla add-on.
| Reporter | ||
Comment 1•2 years ago
|
||
The issue was reported using the webcompat.com reporter. Since the issue addresses a browser feature, we have considered the issue to be a browser issue. Please feel free to move the issue to the right Product and Component.
Comment 2•2 years ago
|
||
<input autocomplete="new-password" type="email" name="email" value="">
autocomplete="new-password" in username field makes it not eligible to be a username.
Description
•