Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

globus-inter.com - see bug description #8218

Closed
webcompat-bot opened this issue Jul 12, 2017 · 2 comments
Closed

globus-inter.com - see bug description #8218

webcompat-bot opened this issue Jul 12, 2017 · 2 comments

Comments

@webcompat-bot
Copy link

URL: https://globus-inter.com/ru/auth/signin
Problem type: Something else
Description: After authorization, the password in the browser is not saved.
Steps to Reproduce 1. I filled out the details of the form.
2. I pressed the send button.
3. I could not save my login and password.
Browser / Version: Firefox 55.0
Operating System: Windows 8.1
Tested Another Browser: Yes

From webcompat.com with ❤️

@miketaylr
Copy link
Member

This is a Firefox password manager bug being tracked here: https://bugzilla.mozilla.org/show_bug.cgi?id=1287202

Basically the issue is we don't try to capture login info when a form is submitted via AJAX then navigates away on succcess via JS:

https://globus-inter.com/front/js/script.min.js?1499597447

signIn: {
    doSignIn: function (b) {
      if (window.isSigningIn) {
        return false
      }
      window.isSigningIn = true;
      var a = gDom.form.getData(b);
      gWorker.ajax.get(b, '../ajax/do_signin', a.FormData, this.onDoSignInSuccess, this.onDoSignInFail);
      return false
    },
    onDoSignInSuccess: function (a, b) {
      window.location = b.p
    },

@MDTsai
Copy link

MDTsai commented Jul 13, 2017

Close as duplicate as @miketaylr comment.

@karlcow karlcow added this to the duplicate milestone Oct 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants