Updates:
        Status: Untriaged
        Labels: Evangelism

Comment #2 on issue 15308 by [email protected]: [www.qiero.de]:  
Clicks don't work in flash app
http://code.google.com/p/chromium/issues/detail?id=15308

I am seeing Flash not loaded at all on catalog page.

Confirmed:
----------
IE7: OK
FF3: OK
Safari 4: OK
Chromium/Win 3.0.191.0 (Developer Build 19615): Not OK
    -- w/Safari 4 User Agent string: OK
    -- w/FF3 User Agent string: OK
    -- w/IE 7 user angent string: not OK
Chrome/Mac 3.0.190.0 (Official 18973): Plugins not enabled

There is a piece of JavaScript code in flash_check.js that is supposed to  
detect the
browser:

// Detect Client Browser type
var isIE  = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
if (!isIE) isIE  = (navigator.appVersion.indexOf("MSEI") != -1) ? true :  
false;
var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ?  
true : false;
var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false;

It probably needs to be modified to detect Chrome.


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