[Webkit-unassigned] [Bug 20096] New: Safari doesn't offer to save passwords on some sites because HTMLInputElement::value() returns empty string
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 18 10:55:26 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20096
Summary: Safari doesn't offer to save passwords on some sites
because HTMLInputElement::value() returns empty string
Product: WebKit
Version: 525.x (Safari 3.1)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: timmmaaayyy at gmail.com
http://forums.freshalloy.com
http://forum.teamxbox.com
Enter credentials in the login forms with password-saving enabled and observe
you are not prompted to save your password. After some digging I found that for
these HTMLInputElements (the username and password fields),
HTMLInputElement::value() returns an empty string even though valid text was
input into the fields. Perhaps some JS in this forum software strips the fields
somehow, or something else is up.. I haven't found the underlying cause.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list