Closed
Bug 449272
Opened 17 years ago
Closed 15 years ago
Google Maps not zoomed correctly on page load
Categories
(Firefox for Android Graveyard :: Panning/Zooming, defect)
Tracking
(fennec1.0+)
VERIFIED
FIXED
fennec1.0b1
Tracking | Status | |
---|---|---|
fennec | 1.0+ | --- |
People
(Reporter: mfinkle, Unassigned)
References
Details
(Keywords: qablocker)
Attachments
(1 file)
69.44 KB,
image/jpeg
|
Details |
Navigate to http://maps.google.com
The page seems too small, like it is over zoomed.
Comment 1•17 years ago
|
||
it looks like it is laying out how I would expect for a browser window of 800x480 (or smaller) -- we really want to use a fixed size browser element that is bigger
Updated•16 years ago
|
Target Milestone: --- → Fennec A3
Updated•16 years ago
|
tracking-fennec: --- → 1.0+
Updated•16 years ago
|
Assignee: nobody → webapps
Comment 3•16 years ago
|
||
Upon inspecting the DOM, Google Maps is programmatically setting a div's height. It looks like window's innerWidth and innerHeight may be reported incorrectly.
Comment 4•16 years ago
|
||
It's because the zoom level is not even close to 1, due to all of the extra white space on the right. Roy's resizing after load patch might fix this.
Updated•16 years ago
|
Assignee: webapps → nobody
Comment 5•16 years ago
|
||
This is happening on builds:
Mozilla/5.0 (X11; U; Linux armv6l; en-US; rv:1.9.2b1pre) Gecko/20090924
Fennec/1.0b4pre
and
Mozilla/5.0 (X11; U; Linux armv7l; en-US; rv:1.9.2b1pre) Gecko/20090924
Fennec/1.0b4pre
and i've attached screenshots with the behavior.
Comment 6•16 years ago
|
||
By the way, this is not a normal bug. It's critical in severity.
Severity: normal → critical
Comment 7•16 years ago
|
||
Confirmed that this is because we were not updating browser w/h after load using Roy's patch https://bug480958.bugzilla.mozilla.org/attachment.cgi?id=402528 and a little tweaking. Adding dependency.
Depends on: 480958
Reporter | ||
Comment 8•15 years ago
|
||
It definitely looks different after bug 480958 landed. This bug was only about the way the page loaded, not the panning of google maps. The page looks good when loaded now. Agreed?
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 9•15 years ago
|
||
I'm not seeing a change on any of my devices on builds:
Mozilla/5.0 (Windows; U; WindowsCE 5.2; en-US; rv:1.9.2b1pre) Gecko/20091022 Fennec/1.0a4pre
and
Mozilla/5.0 (X11; U; Linux armv7l; en-US; rv:1.9.2b1pre) Gecko/20091022
Fennec/1.0b5pre
and
Mozilla/5.0 (X11; U; Linux armv6l; en-US; rv:1.9.3a1pre) Gecko/20091022
Fennec/1.0b5pre
Mark backed out the patch last night, so that makes sense.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 10•15 years ago
|
||
http://hg.mozilla.org/mobile-browser/rev/3d8f7d7b2fc7 fixes this for me
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Comment 11•15 years ago
|
||
verified FIXED on builds:
Mozilla/5.0 (X11; U; Linux armv7l; Nokia N900; en-US; rv:1.9.2b2pre) Gecko/20091104 Firefox/3.6b2pre Fennec/1.0b5
and
Mozilla/5.0 (X11; U; Linux armv6l; Nokia N8xx; en-US; rv:1.9.3a1pre) Gecko/20091104 Firefox/3.7a1pre Fennec/1.0b5
Status: RESOLVED → VERIFIED
Updated•15 years ago
|
Component: General → Panning/Zooming
You need to log in
before you can comment on or make changes to this bug.
Description
•