Closed
Bug 605538
Opened 15 years ago
Closed 15 years ago
m.flickr.com not displaying properly
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(fennec2.0b4+)
VERIFIED
FIXED
| Tracking | Status | |
|---|---|---|
| fennec | 2.0b4+ | --- |
People
(Reporter: madhava, Assigned: wesj)
References
Details
Attachments
(1 file)
|
96.01 KB,
image/png
|
Details |
See here for example vs. native browser:
http://www.flickr.com/photos/madhava_work/5097495010/
Updated•15 years ago
|
tracking-fennec: --- → ?
Flags: in-testsuite?
Hardware: x86 → ARM
Updated•15 years ago
|
tracking-fennec: ? → 2.0b3+
http://www.adobe.com is also showing issues. See attachment
| Assignee | ||
Comment 2•15 years ago
|
||
m.flickr detects portrait vs. landscape with code that looks like:
e=window.innerWidth;
var aG=(e<=320)?"profile":"landscape";
document.body.setAttribute("orient",aG);
Do we want to try and fix this on our side, or just make this an evangelism bug for flickr?
Updated•15 years ago
|
Assignee: nobody → wjohnston
| Assignee | ||
Comment 5•15 years ago
|
||
This should now be fixed.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 6•15 years ago
|
||
verified FIXED on build:
Mozilla/5.0 (Android; Linux armv71; rv:2.0b9pre) Gecko/20101227 Namoroka/4.0b9pre Fennec/4.0b4pre
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•