After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 787498 - Can't erase remember username or password field
Can't erase remember username or password field
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Passwords, Cookies, & Certificates
unspecified
Other All
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-09-10 10:30 UTC by Alicia Boya García
Modified: 2017-09-10 16:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
web-extension: Do not re-fill username field on blur event (1.91 KB, patch)
2017-09-10 16:00 UTC, Michael Catanzaro
committed Details | Review

Description Alicia Boya García 2017-09-10 10:30:45 UTC
How to reproduce:

1. Enter in a log in page where Epiphany remembers your password because you saved it earlier. For instance: https://github.com/login

2. Focus the username field. 

3. Press Backspace to erase the text.

4. Press Tab or unfocus the username field in any other way.

Expected behavior:

The username field should remain empty.

Actual behavior:

The username field is filled again. You can change its value, but you can never have it empty again unless you disable the password manager.
Comment 1 Michael Catanzaro 2017-09-10 15:25:59 UTC
A bad way to discover GitHub has blocked my IP from only its login page. Guess I will be using it rather less often in the future. :)
Comment 2 Michael Catanzaro 2017-09-10 16:00:06 UTC
The following fix has been pushed:
c66b517 web-extension: Do not re-fill username field on blur event
Comment 3 Michael Catanzaro 2017-09-10 16:00:09 UTC
Created attachment 359467 [details] [review]
web-extension: Do not re-fill username field on blur event

I'm not sure what the benefit of this behavior is. The downside is
obvious: you can't change the username field from its autofilled value.
This is silly.
Comment 4 Alicia Boya García 2017-09-10 16:06:18 UTC
> A bad way to discover GitHub has blocked my IP from only its login page. Guess I
> will be using it rather less often in the future. :)

I'm sorry to hear that, I just used github as an example because its login page is
simple enough and chances are many devs already have an account, but any site 
would do actually.

Thank you for making a patch.