GNOME Bugzilla – Bug 582267
[REGRESSION] Cannot save passwords in forms
Last modified: 2009-12-19 12:41:35 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.
What kind of passwords? HTTP auth is supported, you need to compile WebKitGTK+ with support for it with --enable-gnomekeyring.
Yes, for instance the bugzilla password. I have webkit 1.1.6 compiled with keyring support.
That's a known issue, yes.
still happens in 2.27.2
*** Bug 596291 has been marked as a duplicate of this bug. ***
(In reply to comment #3) > That's a known issue, yes. Still seems to happen in Epiphany 2.28.0. Any news?
(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.
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.
can this bug be moved from unconfirmed to new please?
*** Bug 601564 has been marked as a duplicate of this bug. ***
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.
Pushed 4b6b634eafc02928b7865057f6f745f14735a78b implementing saving forms. This is a work in progress, but already works - please test, and report bugs for sites/problems =).