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 582267 - [REGRESSION] Cannot save passwords in forms
[REGRESSION] Cannot save passwords in forms
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Passwords, Cookies, & Certificates
2.27.x
Other Linux
: High blocker
: gnome-2-30
Assigned To: Epiphany Maintainers
Epiphany Maintainers
: 596291 601564 (view as bug list)
Depends on:
Blocks: 568476
 
 
Reported: 2009-05-12 05:52 UTC by Götz Waschk
Modified: 2009-12-19 12:41 UTC
See Also:
GNOME target: 2.30.x
GNOME version: 2.27/2.28



Description Götz Waschk 2009-05-12 05:52:06 UTC
This is epiphany 2.27.1 on Mandriva Cooker. I cannot save passwords and I'm not even asked by epiphany if I want to.
Comment 1 Xan Lopez 2009-05-12 06:00:56 UTC
What kind of passwords? HTTP auth is supported, you need to compile WebKitGTK+ with support for it with --enable-gnomekeyring.
Comment 2 Götz Waschk 2009-05-12 06:36:56 UTC
Yes, for instance the bugzilla password. I have webkit 1.1.6 compiled with keyring support.
Comment 3 Xan Lopez 2009-05-12 06:48:19 UTC
That's a known issue, yes.
Comment 4 Götz Waschk 2009-05-30 20:10:59 UTC
still happens in 2.27.2
Comment 5 Xan Lopez 2009-09-25 09:54:39 UTC
*** Bug 596291 has been marked as a duplicate of this bug. ***
Comment 6 Christian Neumair 2009-10-17 10:03:00 UTC
(In reply to comment #3)
> That's a known issue, yes.

Still seems to happen in Epiphany 2.28.0. Any news?
Comment 7 Xan Lopez 2009-10-17 10:24:33 UTC
(In reply to comment #6)
> (In reply to comment #3)
> > That's a known issue, yes.
> 
> Still seems to happen in Epiphany 2.28.0. Any news?

When there's progress we'll update the bug, as usual. In any case things like bugzilla work just fine, since you are automatically logged in through cookies.
Comment 8 Ivan Storck 2009-11-08 21:33:36 UTC
I have this issue too. I am new to bug reporting in GNOME, so please don't jump down my throat if this is the wrong place.
Comment 9 Ivan Storck 2009-11-08 21:50:05 UTC
can this bug be moved from unconfirmed to new please?
Comment 10 Reinout van Schouwen 2009-11-11 21:01:00 UTC
*** Bug 601564 has been marked as a duplicate of this bug. ***
Comment 11 Xan Lopez 2009-12-11 13:01:32 UTC
Currently working on DOM bindings for WebKitGTK+, which should allow us to fix this without ugly hacks. If we can't get that done on time we'll use JSC to detect password forms in pages, and do this anyway for 2.30.
Comment 12 Gustavo Noronha (kov) 2009-12-15 17:53:56 UTC
Pushed 4b6b634eafc02928b7865057f6f745f14735a78b implementing saving forms. This is a work in progress, but already works - please test, and report bugs for sites/problems =).