Open Bug 1156601 Opened 10 years ago Updated 2 years ago

Firefox doesn't offer to save password for Rainforest Cloud

Categories

(Toolkit :: Password Manager: Site Compatibility, defect, P3)

defect

Tracking

()

Tracking Status
firefox40 --- affected

People

(Reporter: dholbert, Unassigned)

References

()

Details

Attachments

(1 file)

STR: 1. Visit login page https://rainforestcloud.com:9444/rainforest/user_portal/php/login.php 2. Complete the login form (with an email address in the first field) and hit submit. ACTUAL RESULTS: No offer to save my credentials. EXPECTED RESULTS: Firefox should offer to save my credentials. (This may be a tech evangelism bug, if they're accidentally foiling our password manager somehow and just need to tweak their markup. Starting this out in Toolkit | Password Manager for now, though.)
I'm testing with current Firefox Nightly, btw -- 40.0a1 (2015-04-19)
Here's a screenshot of the DOM for the login form, in the devtools "Inspector", FWIW. I noticed their "Submit" button is <input type="button" ...>. If I change it to <input type="submit" ...>, then I get EXPECTED RESULTS. dolske, does that match your expectations?
Yeah. We currently require an actual form submission to trigger the password manager's saving.
Depends on: formless-logins
OS: Linux → All
Hardware: x86_64 → All
They are doing their own client-side hashing in the submit handler (which they actually are using) but when they generate the hash, they do `password.value = "";` I think this would have to be solved with the bug that handles munging of usernames/passwords by the page (like fidelity does) but I can't find that bug at the moment.
No longer depends on: formless-logins
Component: Password Manager → Password Manager: Site Compatibility
Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: