No username autofill or manual fill in Twitter login page
Categories
(Toolkit :: Password Manager: Site Compatibility, defect, P3)
Tracking
()
People
(Reporter: xd2p2b3th, Unassigned)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
3.45 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0
Steps to reproduce:
Comment 1•3 years ago
|
||
We don't autofill the username field in the page because the username field is a formless username-only field, we don't support this now.
<input autocapitalize="none" autocomplete="off" autocorrect="off" inputmode="text" name="username"
spellcheck="false" type="text" dir="auto" value="">
Comment 2•3 years ago
|
||
Twitter explicitly doesn't want autofill here, however we would like to support it for our users convenience.
Comment 4•3 years ago
|
||
From the duplicate bug marked above, please note that the password field which can be found on the 2nd page of the login form works as expected. It has the following attributes:
<input autocapitalize="sentences" autocomplete="current-password" autocorrect="on" name="password" spellcheck="true" type="password" dir="auto" class="r-30o5oe r-1niwhzg r-17gur6a r-1yadl64 r-deolkf r-homxoj r-poiln3 r-7cikom r-1ny4l3l r-t60dpp r-1dz5y72 r-fdjqy7 r-13qz1uu" value="">
Updated•3 years ago
|
Updated•3 years ago
|
Comment 7•3 years ago
|
||
Bumping priority as per duplicate bug 1753935.
I added a test case that reproduces this issue, and is loosely based off of Twitter's flow. I think this might also be related to 348941?
Comment 9•3 years ago
|
||
The severity field for this bug is relatively low, S3. However, the bug has 3 duplicates.
:sgalich, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Updated•3 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Description
•