brtrbr / google-drive-sdk-samples

Automatically exported from code.google.com/p/google-drive-sdk-samples
0 stars 0 forks source link

.net version has a refresh problem in IE9 #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set user Credentials 
2. Run the application from visual studio.
3. Open the application in IE 9 (I use windows 7)
4. Authenticate the user;
5. After authentication is successful the first page is continually refreshing.
the:
    public class userController : Controller
    {
        //
        // GET: /user

        public JsonResult user()
 ... 

is always called.

What is the expected output? What do you see instead?
The form should call this method once.

What version of the product are you using? On what operating system?
I donloaded the .zip files. I use the .net version of the sample.

Please provide any additional information below.

In google Chrome this issue is not reproducible.

Original issue reported on code.google.com by ds.adss...@gmail.com on 28 Dec 2012 at 10:48