Closed Bug 696776 Opened 14 years ago Closed 14 years ago

Code for a specific website (http://pa.milesplit.com/) does not allow proper display

Categories

(Camino Graveyard :: General, defect)

1.9.0 Branch
x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: jlfish, Unassigned)

Details

User Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en; rv:1.9.0.19) Gecko/2011091218 Camino/2.0.9 (like Firefox/3.0.19) Build ID: 2011091218 Steps to reproduce: Browsed this website: http://pa.milesplit.com/ Actual results: Content appears, but not as expected. This makes navigation extremely difficult. Expected results: See same URL in Safari
Try Firefox 3.0.x; I bet this site has issues with Gecko 1.9.0. It looks substantially the same in both Safari 5.1 and a recent Camino 2.1 nightly build to me.
That site uses media queries to load stylesheets that Camino 2.0.x (and Fx 3.0.x) don't understand. Works fine with Camino 2.1b*. http://preview.caminobrowser.org/ --> WFM on Camino 2.1 From the source: <link rel="stylesheet" media="only screen and (min-width: 600px)" href="http://files.milesplit.us/css/milesplit/basic.css" /> <link rel="stylesheet" media="only screen and (max-width: 599px)" href="http://files.milesplit.us/css/milesplit/mobile.css" /> <link rel="stylesheet" media="only screen and (min-width: 600px)" href="http://files.milesplit.us/assets/pa/pa.css" /> <link rel="stylesheet" media="only screen and (max-width: 599px)" href="http://files.milesplit.us/assets/pa/pa-mobile.css" />
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.