Updates:
        Status: Untriaged
        Labels: Evangelism

Comment #2 on issue 14486 by [email protected]: [br.yahoo.com]:  
Content not showing
http://code.google.com/p/chromium/issues/detail?id=14486

Confirmed:
----------
IE7: OK
FF3: OK
Safari 4: OK
Chromium/Win 3.0.194.0 (Developer Build 20392): Not OK
    User-agent string spoofs:
       IE 7: not OK
       FF 3: OK
       Safari 4: OK
Chrome/Mac 3.0.190.0 (Official 18973): OK

There is javascript on the page which detects the user-agent.  Probably  
needs to
detect Chrome.

YB.UA=navigator.userAgent;YB.ua=navigator.userAgent.toLowerCase();
YB.UAExps={Opera:/Opera\//,FF:/Firefox\//,IE:/MSIE/,IE6:/MSIE  
6\.0/,IE7:/MSIE 7\.0/};
YB.Opera=YB.UAExps.Opera.test(YB.UA);YB.FF=YB.UAExps.FF.test(YB.UA);
YB.IE=YB.UAExps.IE.test(YB.UA);YB.IE6=YB.UAExps.IE6.test(YB.UA);
YB.IE7=YB.UAExps.IE7.test(YB.UA);YB.MAC=YB.ua.indexOf("mac")!==-1;YB.MACIE=YB.MAC&&document.all;
YAHOO.Fp._ie=YB.IE?1:0;YAHOO.Fp._ie6=YB.IE6?1:0;YAHOO.Fp._ie7=YB.IE7?1:0;
YAHOO.Fp._ff="0";YAHOO.Fp._ffv="0";YAHOO.Fp._sf="0";YAHOO.Fp._sfv="0";
YAHOO.Fp._op="0";YAHOO.Fp._mac="0";


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