Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address the renegade Chrome loading spinner issue #31

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 1 comment
Open

Address the renegade Chrome loading spinner issue #31

GoogleCodeExporter opened this issue Mar 15, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

There is currently a race condition where if the Google auth code hasn't 
finished running before we send out a long-standing GET to the state server, 
that the loading spinner goes on for 20 seconds.

Fortunately this is all cosmetic, as the page still loads just as fast and you 
can interact with it just fine.

Dan's theory is that Chrome's heuristic is that at long as there are some 
outstanding requests, the thing keeps spinning.  When the auth stuff finishes 
before the long stateserver request, there is a gap that Chrome can identify as 
the page being loaded.  If that long request goes off before we come back for 
auth stuff, there is no gap.

Any fix is likely going to need to create such a gap, either by guaranteeing a 
sequence of actions, or by adding a time gap explicitly.

Original issue reported on code.google.com by rich.br...@gmail.com on 18 Jan 2013 at 4:13

@GoogleCodeExporter
Copy link
Author

This doesn't really cause any real issues, so bumping the priority down.

Original comment by rich.br...@gmail.com on 24 Jan 2013 at 10:22

  • Added labels: Priority-Low
  • Removed labels: Priority-Medium

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant