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

Broken on Google Docs/Sheets Dashboard #20

Closed
robgraeber opened this issue Dec 25, 2015 · 6 comments
Closed

Broken on Google Docs/Sheets Dashboard #20

robgraeber opened this issue Dec 25, 2015 · 6 comments

Comments

@robgraeber
Copy link

This seems to be the same issue that Fluid has, if you set the homepage to https://docs.google.com/spreadsheets/u/0/, it will have the spinner loading forever.

screen shot 2015-12-25 at 1 35 25 am

@djyde
Copy link
Owner

djyde commented Dec 25, 2015

I had a try and feel very strange because I used debugger listened all the network and javascript evaluation. But there were NO any error and NO network was blocked.

image

@djyde
Copy link
Owner

djyde commented Dec 25, 2015

After some researching I thought I'd knew what's wrong. Give me a few minutes.

http://stackoverflow.com/questions/15981431/showing-document-from-google-docs-in-a-webview

@0xWDG
Copy link
Collaborator

0xWDG commented Dec 26, 2015

The problem is something with the iframe. i will open a general iframe problem for it, handling frames has multiple problems.

@0xWDG
Copy link
Collaborator

0xWDG commented Dec 26, 2015

@djyde Safari analyse

Uses 2 frames wich never stop loading.
postmessageRelay and frame

frame Analyse (this one contains the spinner Spinner)
Scheme: https
Host: plus.google.com
Path: /u/0/_/notifications/frame

postmessageRelay Analyse
Scheme: https
Host: accounts.google.com
Path: /o/oauth2/postmessageRelay

So i think the problem must be somewhere in frame
Frame loads:

Frame content see this gist (some to large to post in this topic)

But when loaded separately from the google docs, you'll only see a Loading Screen

@0xWDG
Copy link
Collaborator

0xWDG commented Mar 10, 2016

screen shot 2016-03-10 at 22 24 43

Please retry yourself.

@0xWDG
Copy link
Collaborator

0xWDG commented Mar 15, 2016

If there is any issue, then reopen this issue, or create a new one.
i've tested it, and it passes the test.

@0xWDG 0xWDG closed this as completed Mar 15, 2016
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

3 participants