Closed
Bug 1089927
Opened 11 years ago
Closed 11 years ago
Espn.go.com doesn't appear correctly on Firefox for Android mobile
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: psudrumjas, Unassigned)
References
()
Details
(Whiteboard: [css] [country-us])
User Agent: Mozilla/5.0 (Android; Mobile; rv:33.0) Gecko/33.0 Firefox/33.0
Build ID: 20141011014717
Steps to reproduce:
Go to espn.go.com. (Note that I'm doing this on a LG G3 which has a QHD display.)
Actual results:
Headline image is not laid out properly. Buttons to navigate between headlines don't work
Expected results:
Page should be laid out fine and buttons to switch between headlines should work.
Comment 1•11 years ago
|
||
Updated•11 years ago
|
Component: General → Mobile
Product: Firefox for Android → Tech Evangelism
Hardware: Other → All
Updated•11 years ago
|
Comment 2•11 years ago
|
||
Looks better, but prev/next still not working
Comment 3•11 years ago
|
||
Hm. I can't reproduce the problem anymore after trying to debug it :-/
This is some interesting code (but not necessarily related):
isTablet: function () {
if (b !== null) {
return b;
}
var f = a.documentElement,
e;
if (f && f.currentStyle) {
e = f.currentStyle.cursor;
} else {
if (a.defaultView && a.defaultView.getComputedStyle) {
e = a.defaultView.getComputedStyle(f, null).getPropertyValue('cursor');
}
}
b = e === 'pointer';
return b;
},
All said, the site seems to look and work pretty well. Closing as WFM.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 4•11 years ago
|
||
I just checked this with FF 34.0.1 on my LG G3, and it still doesn't work properly. It looks and navigates OK between the five frames at the top of the page when first accessing the site, but if you click on a link, then return to the home page, the problem shows up again.
Again, I'm not sure if this is an issue with the QHD display of the G3 (still on KitKat 4.4.2).
Therefore I'm setting this back to unconfirmed.
Let me know if there's anything I can do to help debug.
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Comment 5•11 years ago
|
||
(In reply to psudrumjas from comment #4)
> if you click on a link, then return to the home page
Do you return using the back button or through the site's navigation?
| Reporter | ||
Comment 6•11 years ago
|
||
I return using the back button.
I tried looking at the site this morning, and I can't get it to show properly; the main video to click on, page 1 of the 5-page panel, is skewed way to the right. I can see most of it if I turn my phone to landscape orientation, but just a sliver if I have it in portrait. Also, the navigation buttons on that main panel aren't working.
Comment 7•11 years ago
|
||
The Web site is now a responsive Web site.
This bug became invalid.
\o/
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → INVALID
| Assignee | ||
Updated•7 years ago
|
Product: Tech Evangelism → Web Compatibility
| Assignee | ||
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
•