Closed
Bug 936940
Opened 11 years ago
Closed 11 years ago
Defect - Completely disable text zoom in metrofx
Categories
(Firefox for Metro Graveyard :: Browser, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 28
People
(Reporter: smaug, Assigned: rsilveira)
References
Details
(Whiteboard: [block28] feature=defect c=tbd u=tbd p=1)
Attachments
(1 file)
1.10 KB,
patch
|
jimm
:
review+
|
Details | Diff | Splinter Review |
Zoom behavior when doing pinch gesture on touchpad feels very odd. On old-style desktop side it works in the better way.
Updated•11 years ago
|
Blocks: metrov1backlog
Summary: Zoom in Metro seems to use Text Zoom, not full page scaling → Defect - Zoom in Metro seems to use Text Zoom, not full page scaling
Whiteboard: [triage] feature=defect c=tbd u=tbd p=0
Updated•11 years ago
|
Blocks: metro-apzc
Comment 1•11 years ago
|
||
What device are you testing on? I tried on a surface pro but the touch pad there doesn't trigger zoom.
Reporter | ||
Comment 2•11 years ago
|
||
A laptop with Windows 8.
Comment 3•11 years ago
|
||
morphing: we don't want the old fashioned text zoom available to users in metrofx. So we need to track down whatever controls it (hopefully a single pref) and turn it off.
We'll also need to file bugs on getting the input methods that trigger text zoom hooked up to apzc zoom.
No longer blocks: metro-apzc
Summary: Defect - Zoom in Metro seems to use Text Zoom, not full page scaling → Completely disable text zoom in metrofx
Whiteboard: [triage] feature=defect c=tbd u=tbd p=0 → [release28] feature=defect c=tbd u=tbd p=1
Comment 4•11 years ago
|
||
This looks like the guilty module:
http://mxr.mozilla.org/mozilla-central/source/toolkit/content/viewZoomOverlay.js
Maybe we can tweak these values to turn it off -
http://mxr.mozilla.org/mozilla-central/source/browser/metro/profile/metro.js#94
Assignee | ||
Comment 5•11 years ago
|
||
Tweaking zoom prefs to disable text zoom. Bug 917513 is about hooking up APZ zooming which will make this much nicer.
Updated•11 years ago
|
Priority: -- → P2
QA Contact: jbecerra
Whiteboard: [release28] feature=defect c=tbd u=tbd p=1 → [block28] feature=defect c=tbd u=tbd p=1
Updated•11 years ago
|
Attachment #8334106 -
Flags: review?(jmathies) → review+
Comment 6•11 years ago
|
||
Lets add a comment there explaining that old-school text zoom is depreciated in favor of apzc zoom.
Assignee | ||
Comment 7•11 years ago
|
||
Added comments and landed on fx-team:
https://hg.mozilla.org/integration/fx-team/rev/182650a21d4b
Comment 8•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 28
Updated•11 years ago
|
Summary: Completely disable text zoom in metrofx → Defect - Completely disable text zoom in metrofx
You need to log in
before you can comment on or make changes to this bug.
Description
•