Skip to content

gapi.auth.authorize callback is never called in IE10 #120

@wonderfly

Description

@wonderfly

From lukasz.p...@gmail.com on December 12, 2013 04:45:05

What steps will reproduce the problem? If possible, provide a live demo of the issue. 1. I use slightly modified example from the provided examples:

        window.handleGapiOnload = function(authResult) {
            function checkAuth() {                
                global.gapi.auth.authorize({
                    client_id   : config.googleDrive.clientId,
                    scope       : config.googleDrive.scopes
                }, authCb);
            }
        };

        // this callback is never called
        function authCb(authResult) {
            console.log('authCb', authResult);
        }
  1. Authorization happens as it suppose to happen. However popup window is neve closed. It stays blank and the gapi.auth.authorize callback is never called.
  2. Works like a charm in the latest Chrome (both regular and Canary) and Fiferox. What is the expected output? What do you see instead? I expect callback to be called. What version of the product are you using? On what operating system? Internet Explorer ver. 10.0.9200.16750
    Windows 7 Enterprise SP1 64bit Please provide any additional information below. Screenshot attached.

Attachment: blank_auth_popup.png

Original issue: http://code.google.com/p/google-api-javascript-client/issues/detail?id=120

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions