I've implemented an example of making authenticated calls to Google API from
http://code.google.com/p/google-api-javascript-client/wiki/Authentication . When I open the page in Chrome and manually authenticate (with option 'immediate' : false), popup window always closes automatically after the authentication finishes. But when I try to open the page in Internet Explorer 10, authentication always finishes with blank popup window.
I've found an empirical solution for this problem (increase timeout from 10 to 1000) but it didn't help in my case, so I appreciate any help.