Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 890 by hongqn: googledocs offline cause blank page on safari 4
http://code.google.com/p/gears/issues/detail?id=890

What steps will reproduce the problem?
1. uninstall gears using "/Library/Internet Plug-
Ins/Gears.plugin/Contents/Resources/uninstall.command"
2. point safari 4 to https://docs.google.com
3. enable offline support and re-install gears
4. restart safari and visit https://docs.google.com again

What is the expected output? What do you see instead?
It should give me a list with all my docs.  However, it redirects me to
https://docs.google.com/offlineauth?
isContinue=true&appredirect=https%3A%2F%2Fdocs.google.com%2F&pli=1 , which is a blank
page.  The html of this page is attached at the end of this issue report.

And the Error Console says:

  Error: No user provided.   1084766902-doclist_loggedout.js:1

What version of the product are you using? On what operating system?

Google Gears 0.5.21.0;official;opt;osx;safari
Safari 4 on MacOS X 10.5.7

Please provide any additional information below.

The HTML code of the blank page https://docs.google.com/offlineauth?
isContinue=true&appredirect=https%3A%2F%2Fdocs.google.com%2F&pli=1 :

<title>Google Docs</title>
<script type="text/javascript">
        if (top.location != window.location) {
          top.location = window.location;
        }
      </script>
<noscript><br><br>Your browser must support javascript.</noscript>
<script type="text/javascript" src="doclist/client/js/1084766902-
doclist_loggedout.js"></script>

<script type="text/javascript">

            var loginSwitch;
            function init() {
              var config = {
                'locale': "en",
                'domain': ""
              };
              config['gs'] = true;

                config['ge'] = true;
config['gglu'] = "https://www.google.com/accounts/OfflineLogin?
service\x3dwritely\x26continue\x3dhttps%3A%2F%2Fdocs.google.com%2Fofflineauth%3FisContin
ue%3Dtrue%26appredirect%3DAPP_URL_REPLACE\x26passive\x3dtrue";
                config['ggcu'] = "https://docs.google.com/offlineauth?
isContinue\x3dtrue\x26appredirect\x3dAPP_URL_REPLACE";
                config['ggar'] = "appredirect";
                config['gacn'] = ['WRITELY_SID'];
                config['appTestUrl'] = 'rc?c=aaaaaa&a=tl';
                config['offlineLoginUrl'] = 'offlinelogin';
                config['offlineLogoutUrl'] = 'remotelogout';


              loginSwitch = _createLoginSwitch(config);
            }
            init();

              loginSwitch.checkAuthentication();

          </script></head>
<body></body></html>


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to