Closed
Bug 735652
Opened 13 years ago
Closed 13 years ago
viewport incorrect on maps.google.com
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(blocking-fennec1.0 +)
RESOLVED
DUPLICATE
of bug 753742
Tracking | Status | |
---|---|---|
blocking-fennec1.0 | --- | + |
People
(Reporter: csuciu, Assigned: kats)
Details
(Whiteboard: [gfx][testday-20120518])
Attachments
(2 files)
Maple nightly 13.0a1 2012-03-14 (20120314040210)
Samsung Galaxy SII (Android 2.3.4)
Steps:
1. Load maps.google.com.
The desktop version of the site is loaded. A fraction of the map is displayed on the right part of the screen.
2. Try to pan the page to the left, to see the entire map
Expected:
The page can be panned
Actual:
The page can't be panned
Comment 1•13 years ago
|
||
This seems like a dupe of bug 724160
Comment 2•13 years ago
|
||
Google prevents panning on their desktop site, regardless of where the pan begins. We are just doing what they ask. The bug here is that the default viewport seems wrong? Either the site should be laid out wider, or we are not setting the zoom factor to fit it all on screen.
bug 724160 is a meta bug for touch events issues.
Assignee | ||
Comment 3•13 years ago
|
||
I agree with what wesj said above. I'll take a look at how we're calculating the viewport. Might be related to bug 732119; it seems like when there's canvas or other kinds of "object" elements on the page we don't get the right page size.
Assignee: nobody → bugmail.mozilla
blocking-fennec1.0: --- → ?
Updated•13 years ago
|
Assignee: bugmail.mozilla → nobody
blocking-fennec1.0: ? → +
Component: General → Evangelism
QA Contact: general → evangelism
Summary: Maple: Issues on maps.google.com → viewport incorrect on maps.google.com
Comment 4•13 years ago
|
||
moved to evangelism bug--maps.google.com is serving Desktop content with new fennec UA.
Comment 5•13 years ago
|
||
(In reply to Tony Chung [:tchung] from comment #4)
> moved to evangelism bug--maps.google.com is serving Desktop content with new
> fennec UA.
nope, filed bug 736201 for the evangelism part. This bug is for the viewport issue.
Component: Evangelism → General
QA Contact: evangelism → general
Updated•13 years ago
|
Whiteboard: [gfx]
Comment 6•13 years ago
|
||
Now, when loading maps.google.com the page appears like in the screenshot2. Is this the same issue?
Build: Firefox 14.0a1 (2012-03-18)
Device: LG Optimus 2X (Android 2.2)
Assignee | ||
Comment 7•13 years ago
|
||
No, that appears to be bug 732016.
Comment 8•13 years ago
|
||
kats was removed as the assignee when this was moved to evangelism and back 2 weeks ago
Assignee: nobody → bugmail.mozilla
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Comment 10•13 years ago
|
||
Bug 732016 is fixed, but this is still an issue.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 11•13 years ago
|
||
Dupe of bug 728026 perhaps?
Comment 12•13 years ago
|
||
Nope, this is strictly viewport related, not clipping.
Assignee | ||
Comment 13•13 years ago
|
||
This appears to be the same problem as in bug 748526; the content is set to width: 100% and the body has overflow:hidden. This means we lay out the page at 980px width, and don't show anything past screen width (720 px on the Galaxy Nexus).
Unrelated to this, the page intercepts touch events and uses them for panning the map around (which works surprisingly well on the Galaxy Nexus on latest m-c code) so the user can't actually pan or zoom the page. This behaviour is the same on desktop so it's not really a bug.
To fix the viewport issue, there are a couple of options:
1) Get google to insert a meta-viewport header that sets width=device-width on the page.
2) Modify our CSS viewport to match the device width (720px on the Galaxy Nexus). This might be a more "correct" fix but might also break other sites. I will do some investigation as to what web standards say and what other browsers do.
Comment 14•13 years ago
|
||
(In reply to Kartikaya Gupta (:kats) from comment #13)
> This appears to be the same problem as in bug 748526; the content is set to
> width: 100% and the body has overflow:hidden. This means we lay out the page
> at 980px width, and don't show anything past screen width (720 px on the
> Galaxy Nexus).
Is bug 747493 related then as well?
Assignee | ||
Comment 15•13 years ago
|
||
(In reply to Kartikaya Gupta (:kats) from comment #13)
> This appears to be the same problem as in bug 748526; the content is set to
> width: 100% and the body has overflow:hidden. This means we lay out the page
> at 980px width, and don't show anything past screen width (720 px on the
> Galaxy Nexus).
>
> Unrelated to this, the page intercepts touch events and uses them for
> panning the map around (which works surprisingly well on the Galaxy Nexus on
> latest m-c code) so the user can't actually pan or zoom the page. This
> behaviour is the same on desktop so it's not really a bug.
>
> To fix the viewport issue, there are a couple of options:
> 1) Get google to insert a meta-viewport header that sets width=device-width
> on the page.
> 2) Modify our CSS viewport to match the device width (720px on the Galaxy
> Nexus). This might be a more "correct" fix but might also break other sites.
> I will do some investigation as to what web standards say and what other
> browsers do.
Actually, I think I'm completely wrong here. The code doesn't work at all the way I thought it did (even though I was the last person to touch/write the relevant pieces). I will investigate further.
(In reply to JP Rosevear [:jpr] from comment #14)
> Is bug 747493 related then as well?
It might be, too early to tell.
Assignee | ||
Updated•13 years ago
|
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → DUPLICATE
Comment 18•13 years ago
|
||
Verify that this bug is fixed on nightly (v15 - 18 May). Now you can see the whole page but there is no way to zoom in/out
The bug still affects beta (v14.0b2)
Tested on sgs2 cyanogenmod 9 (ics)
Tested url: http://maps.google.com
Whiteboard: [gfx] → [gfx][testday-20120518]
Assignee | ||
Comment 19•13 years ago
|
||
(In reply to Alfredos-Panagiotis Damkalis from comment #18)
> Verify that this bug is fixed on nightly (v15 - 18 May). Now you can see the
> whole page but there is no way to zoom in/out
That is by design; the page intercepts touch events and prevents us from doing zooming.
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•