Closed
Bug 702138
Opened 13 years ago
Closed 13 years ago
Picasa Web Albums displays "not fully supported" browser warning on Firefox >= 10
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(firefox10+ affected)
RESOLVED
FIXED
People
(Reporter: dbaron, Unassigned)
References
()
Details
If I load https://picasaweb.google.com/home (when logged in to google) in Beta (which is version 9 right now), it looks fine. But if I load it in Aurora (which is version 10), it displays a red box at the top of the page:
You are using a browser that is not fully supported. Some features may not work
too well, but you are welcome to have a look around.
This seems likely to be the result of bad version sniffing on Picasa's end. We should try to get them to fix it.
Blocks: uafx10
Comment 1•13 years ago
|
||
} else if (ua('gecko')) {
m = u.match(/rv:(\d)\.(\d)/)
return Number(m[1]) >= 2 || (Number(m[1]) == 1 && Number(m[2] >= 8));
}
Good job, guys. \d+ would be the minimal fix.
Comment 2•13 years ago
|
||
Have we reached out to Google about this yet?
status-firefox10:
--- → affected
tracking-firefox10:
--- → +
Comment 3•13 years ago
|
||
Kyle, among the numerous mail you sent to Google, did you told them about picasa?
(I still see the banner)
I sent them mail today.
Same bug with Mozilla/5.0 (X11; Linux i686; rv:10.0) Gecko/20100101 Firefox/10.0
Comment 6•13 years ago
|
||
I looks fixed to me, but the site is different. Could somebody confirm this before closing the bug (Resolved Fixed)?
Reporter | ||
Comment 7•13 years ago
|
||
Yes, looks like it was fixed within the past 2 days.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
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
•