← Back to team overview

touch-packages team mailing list archive

[Bug 1353453] Re: m.here.com doesn’t close authentication page after logging in

 

I just looked into this issue further, and the login page consists of a
form with the following code:

    <form id="hereSignInForm" method="post" name="signInForm" action="HEREAccount_logincallback.php" onsubmit="return false;">
        […]
        <div class="modal-button-row">
            <button id="signInBtn" class="call-to-action primary" type="submit" tabindex="4">
                <span>Sign in</span>
            </button>
        </div>
    </form>

The 'onsubmit="return false;"' guarantees that the form will never be submitted. It seems like plainly broken code on here.com’s side. I verified that I’m getting the same code on chrome on android, so login doesn’t work there either.
I’m now going to mark this bug fixed, as the original issue (the authentication page not closing) should be fixed.

** Changed in: webbrowser-app (Ubuntu)
       Status: Confirmed => Fix Released

** Changed in: webbrowser-app
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1353453

Title:
  m.here.com doesn’t close authentication page after logging in

Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Confirmed

Bug description:
  STEPS:
  1. Open the browser
  2. Goto m.here.com
  3. Click on the grid top right of the page
  4. Click on sign in
  5. This now opens a new tab for the sso auth
  6. This tab isn't closed
  7. Click on the option menu show tabs
  8. Click on the here maps tab
  9. Note you are now logged in.

  Repeat the steps in the here maps app, now you can't select tabs so
  although you are now logged in you can't get to a point  where you
  can't get back to the maps.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1353453/+subscriptions


Follow ups