Updates:
        Status: Untriaged
        Cc: [email protected]
        Labels: Chrome-specific HasReduction

Comment #1 on issue 5784 by [email protected]: Fail to load me.com login page
http://code.google.com/p/chromium/issues/detail?id=5784

The page does browser check in javascript codes, but in Chrome an exception  
is thrown
from these codes, and the following javascript functions are not executed.  
That's why
it shows a blank page in Chrome.

The browser check code mistakenly thinks Chrome is Safari and then tries to  
get
version by using code like:
......
versionSafari = parseFloat( ua.match(/Version\/(\d+[.]*\d*)/i)[1] );
......
This causes an exception in Chrome, because in Chrome's user agent, there  
is no word
like "Version".

Below is a reduction:

http://go/reductions/5784/test-simplified.html

The javascript file containing the browser check code is also attached.



Attachments:
        test-simplified.html  1.3 KB
        bootstrap.js  21.0 KB

--
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

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to