-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
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);
}
- 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.
- 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
Reactions are currently unavailable