Closed
Bug 537054
Opened 15 years ago
Closed 11 years ago
gears.google.com - Google Gears website sniffs for 'Firefox' and not for 'Gecko' in user agent string
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: geeknik, Unassigned)
References
()
Details
http://gears.google.com/?action=install
If I change Minefield/3.7a1pre to Firefox/3.7a1pre, the site works.
Otherwise I get a message like this:
Your browser is not currently supported.
Please check the list of supported browsers below.
Gears enables more powerful web applications, by adding new features to your web browser. Learn More...
System requirements
* Windows XP/Vista
* Firefox 1.5+ and Internet Explorer 6.0+
Reporter | ||
Updated•15 years ago
|
Blocks: geckoisgecko
Reporter | ||
Updated•15 years ago
|
OS: Windows 7 → All
Hardware: x86_64 → All
Comment 1•15 years ago
|
||
the cause is the check in http://gears.google.com/js_utils.js in "function detectBrowser":
} else if (navigator.userAgent.indexOf("Firefox")!=-1) {
browser = "Firefox";
Summary: Google Gears website does not support Minefield → gears.google.com - Google Gears website sniffs for 'Firefox' and not for 'Gecko' in user agent string
Comment 2•11 years ago
|
||
Site no longer exists
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•