_From [email protected] on September 23, 2013 12:36:32_
What steps will reproduce the problem? If possible, provide a live demo of the issue. 1. Go to https://www.draw.io whilst logged into at least two Google accounts.
_Original issue: http://code.google.com/p/google-api-javascript-client/issues/detail?id=108_
_From [email protected] on October 09, 2013 14:00:38_
Asana.com is experiencing this issue as well.
Here are the simplest live reproduction steps I can think of.
What steps will reproduce the problem? If possible, provide a live demo of the issue.
gapi.auth.authorize({client_id: clientId, scope: scopes, immediate: false, authuser: ''}, handleAuthResult);. You may have to enable pop-ups to see the dialog.What is the expected output?
The dialog should take me to the permissions confirmation step ("This app would like to: Know who you are on Google").
What do you see instead?
The dialog does not visually change. You have to click on an account again before it takes you to the next step.
What version of the product are you using? On what operating system?
As far as I can tell, this is present on (but not limited to) Chrome, Firefox and IE for both Windows and Mac.
Please provide any additional information below.
When an account is clicked for the first time, the page is reloaded to a different (but similar) URL, which seems visually identical. Both URLs contain a "continue" parameter, but the value of the continue parameter changes from looking like: https://accounts.google.com/o/oauth2/auth ?response_type=token
&scope= https://www.googleapis.com/auth/userinfo.email+https://www.googleapis.com/auth/userinfo.profile+http://www.google.com/m8/feeds/ &redirect_uri=postmessage
&proxy=oauth2relay314016275
&state=1739454259%7C0.776089678
&origin= https://localhost.asana.com:8180 &client_id=
&authuser
&authuser=0
&hl=en
&from_login=1
&as=-2ac32a9ddc775282
before an account is clicked, to looking like: https://accounts.google.com/o/oauth2/auth ?zt=ChRzUFJFWklyY0N5TjhxYXVwZFBoehIfb2hWV3BmSWFORlFjTXFUbUhqeVRGR013SFUwMWd3SQ%E2%88%99APsBz4gAAAAAUlSokO2bKw-DWW75kaZUVm_68SSZbc1u
&from_login=0
&hl=en
&as=-2ac32a9ddc775282
after an account is clicked.
_From [email protected] on October 09, 2013 14:11:44_
Thanks for the detailed repro steps.
Status: Accepted
_From [email protected] on December 20, 2013 05:16:01_
Testing again today this looks resolved for me.
_From [email protected] on December 25, 2013 05:53:51_
I've verified this is still happening on asana.com
_From [email protected] on December 26, 2013 13:30:13_
It worked correctly for 2-3 days then reverted. We had 6 independent verifications of the correct behaviour. I guess something was being tested...
Most helpful comment
_From [email protected] on October 09, 2013 14:00:38_
Asana.com is experiencing this issue as well.
Here are the simplest live reproduction steps I can think of.
What steps will reproduce the problem? If possible, provide a live demo of the issue.
gapi.auth.authorize({client_id: clientId, scope: scopes, immediate: false, authuser: ''}, handleAuthResult);. You may have to enable pop-ups to see the dialog.What is the expected output?
The dialog should take me to the permissions confirmation step ("This app would like to: Know who you are on Google").
What do you see instead?
The dialog does not visually change. You have to click on an account again before it takes you to the next step.
What version of the product are you using? On what operating system?
As far as I can tell, this is present on (but not limited to) Chrome, Firefox and IE for both Windows and Mac.
Please provide any additional information below.
When an account is clicked for the first time, the page is reloaded to a different (but similar) URL, which seems visually identical. Both URLs contain a "continue" parameter, but the value of the continue parameter changes from looking like: https://accounts.google.com/o/oauth2/auth ?response_type=token
&scope= https://www.googleapis.com/auth/userinfo.email+https://www.googleapis.com/auth/userinfo.profile+http://www.google.com/m8/feeds/ &redirect_uri=postmessage
&proxy=oauth2relay314016275
&state=1739454259%7C0.776089678
&origin= https://localhost.asana.com:8180 &client_id=
&authuser
&authuser=0
&hl=en
&from_login=1
&as=-2ac32a9ddc775282
before an account is clicked, to looking like: https://accounts.google.com/o/oauth2/auth ?zt=ChRzUFJFWklyY0N5TjhxYXVwZFBoehIfb2hWV3BmSWFORlFjTXFUbUhqeVRGR013SFUwMWd3SQ%E2%88%99APsBz4gAAAAAUlSokO2bKw-DWW75kaZUVm_68SSZbc1u
&from_login=0
&hl=en
&as=-2ac32a9ddc775282
after an account is clicked.