Closed
Bug 830314
Opened 13 years ago
Closed 12 years ago
browser should not keep the zoom factor when navigating
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 868047
| Tracking | Status | |
|---|---|---|
| b2g18 | + | --- |
People
(Reporter: julienw, Assigned: nical)
Details
STR:
* go to http://everlong.org/mozilla/testcase-zoom/
* zoom in, then click on link
Expected:
* the target website has zoom = 1
Actual:
* the zoom factor was kept when navigating
Please note that the target website has a meta viewport and some media queries, so it is actually adapted to work on mobile browsers. In this case we should definitely reset the zoom factor. However I'm not sure when we're navigating to a website that does not have a meta viewport command.
In Firefox/Android we always reset the zoom factor, even when going back to a previous page, which might be wrong (imho we should use the zoom factor we had previously in this page, but that could be another bug).
| Reporter | ||
Comment 1•13 years ago
|
||
First link goes to a mobile-adapted website, second line goes to a non-mobile-adapted website. So you can see both behaviours.
Updated•13 years ago
|
Just to note, firefox/android had this issue in 4.0 and was fixed later on.
Comment 3•13 years ago
|
||
I don't think we can fix this on the Gaia side.
Assignee: ben → nobody
Component: Gaia::Browser → General
QA Contact: nhirata.bugzilla
We're supposed to be resetting the zoom.
Component: General → Graphics: Layers
Product: Boot2Gecko → Core
Comment 5•12 years ago
|
||
Let's do this once we land layers refactoring.
Assignee: nobody → nical.bugzilla
| Reporter | ||
Comment 6•12 years ago
|
||
FTR this is one of PPK's grief on FxOS : https://twitter.com/ppk/status/383169960945930240
| Reporter | ||
Updated•12 years ago
|
blocking-b2g: - → 1.3?
Comment 7•12 years ago
|
||
Is this a dupe of bug 868047 or are they separate issues?
Comment 8•12 years ago
|
||
Julien retested with bug 868047 and this appears to be fixed. Marking as dupe.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•12 years ago
|
blocking-b2g: 1.3? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•