Closed
Bug 884290
Opened 12 years ago
Closed 12 years ago
broadway.com doesn't display correctly in Gaia browser
Categories
(Web Compatibility :: Site Reports, defect)
Web Compatibility
Site Reports
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: efrat, Assigned: adamopenweb)
References
()
Details
(Whiteboard: [serversniff] [sitewait] [country-us])
Attachments
(1 file)
|
68.59 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36
Steps to reproduce:
Browsed to "http://www.broadway.com/" from Gaia browser
Tested on Firefox OS simulator
OS version 1.1.0.0-prerelease
Build Identifier 20130522133646
User Agent String is:
Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36
Actual results:
In the simulator - The site uploads as a desktop site and not mobile adjusted
On a device - The site uploads as a desktop site and not mobile adjusted (same)
Expected results:
The web page should have been displayed
Component: Gaia::Browser → Mobile
Product: Boot2Gecko → Tech Evangelism
Version: unspecified → Trunk
Comment 1•12 years ago
|
||
Appears to be a server side sniff for the "Android" token:
$ http --print=hH GET http://www.broadway.com User-Agent:"$FFOS"
GET / HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate, compress
Host: www.broadway.com
User-Agent: Mozilla/5.0 (Mobile; rv:18.0) Gecko/18.0 Firefox/18.0
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 109
Connection: keep-alive
Content-Encoding: gzip
Content-Length: 28767
Content-Type: text/html; charset=utf-8
Date: Tue, 03 Sep 2013 22:03:12 GMT
Server: nginx/1.1.19
Set-Cookie: mobileview=off; Domain=.broadway.com; Path=/
Vary: Accept-Encoding, Cookie
Via: 1.1 varnish
X-Varnish: 1006791008 1006789864
mtaylor at omg-2 in ~/dev/compat
$ http --print=hH GET http://www.broadway.com User-Agent:"$FFA"
GET / HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate, compress
Host: www.broadway.com
User-Agent: Mozilla/5.0 (Android; Mobile; rv:18.0) Gecko/18.0 Firefox/18.0
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 246
Connection: keep-alive
Content-Encoding: gzip
Content-Length: 5764
Content-Type: text/html; charset=utf-8
Date: Tue, 03 Sep 2013 22:03:21 GMT
Server: nginx/1.1.19
Set-Cookie: mobileview=on; Domain=.broadway.com; Path=/
Vary: Accept-Encoding, Cookie
Via: 1.1 varnish
X-Mobile: on
X-Varnish: 1006791100 1006788575
Note that a cookie is set to control the mobile v. desktop site.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: [serversniff]
Updated•12 years ago
|
Whiteboard: [serversniff] → [serversniff] [contactready]
Updated•12 years ago
|
Updated•12 years ago
|
Whiteboard: [serversniff] [contactready] → [serversniff] [contactready] [country-us]
| Assignee | ||
Comment 3•12 years ago
|
||
Reached out to Marketing, Media and Public Relations at info@broadway.com
Hi,
I'm working at Mozilla to solve Web Compatibility issues. I'm reporting an issue about your Web site not working properly with Firefox OS (Mozilla). This affects the following site:
http://www.broadway.com
Could you put me in contact with the right person in the Communications/Marketing team and/or Technical team in charge of your Web site?
The issue is described in detail on the Mozilla bug tracker: https://bugzilla.mozilla.org/show_bug.cgi?id=884290
Thank you for your time.
Assignee: nobody → astevenson
Status: NEW → ASSIGNED
Whiteboard: [serversniff] [contactready] [country-us] → [serversniff] [sitewait] [country-us]
| Assignee | ||
Comment 4•12 years ago
|
||
No response, trying Twitter.
| Assignee | ||
Comment 5•12 years ago
|
||
Received response, working on resolution.
| Assignee | ||
Comment 6•12 years ago
|
||
The site is sending FFOS to mobile site now. Will send a thank you note.
http -h GET http://www.broadway.com User-Agent:'Mozilla/5.0 (Mobile; rv:26.0) Gecko/26.0 Firefox/26.0'
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 38
Connection: keep-alive
Content-Encoding: gzip
Content-Length: 5879
Content-Type: text/html; charset=utf-8
Date: Thu, 30 Jan 2014 00:39:47 GMT
Server: nginx/1.1.19
Set-Cookie: mobileview=on; Domain=.broadway.com; Path=/
Vary: Accept-Encoding, Cookie
Via: 1.1 varnish
X-Mobile: on
X-Varnish: 348975003 348974364
Cookie is setting mobileview=on now.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 7•12 years ago
|
||
Hello,
I just checked the website both on a Firefox Device as well as the Firefox OS Simulator and the site has been adjusted seems to be working perfectly.
Kind regards
Updated•7 years ago
|
Product: Tech Evangelism → Web Compatibility
Updated•2 years ago
|
Component: Mobile → Site Reports
You need to log in
before you can comment on or make changes to this bug.
Description
•