Closed
Bug 1404664
Opened 7 years ago
Closed 7 years ago
Restore pinch zoom gesture support on macOS
Categories
(Core :: Widget: Cocoa, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla58
Tracking | Status | |
---|---|---|
firefox58 | --- | fixed |
People
(Reporter: spohl, Assigned: spohl)
References
Details
Attachments
(1 file)
7.13 KB,
patch
|
mstange
:
review+
|
Details | Diff | Splinter Review |
Misunderstood in-code comments resulted in the accidental removal of pinch zoom gesture support on macOS in bug 1374110. The in-code comments were meant to explain that "smart zoom gestures", i.e. two-finger double taps on track pads were implemented in magnifyWithEvent: on macOS 10.7 and in smartMagnifyWithEvent: on macOS 10.8 and above. However, magnifyWithEvent: continues to be necessary to support pinch zoom gestures on any version of macOS and shouldn't have been removed.
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
This patch restores functionality and accounts for the changes in bug 1399086 as well.
Attachment #8914021 -
Flags: review?(mstange)
Assignee | ||
Comment 3•7 years ago
|
||
Patrick, could you give this try build a shot and verify that pinch zoom gestures work again for you? Thanks!
https://queue.taskcluster.net/v1/task/dSwLp_yRQv6dwXh5zDA7Vg/runs/0/artifacts/public/build/target.dmg
Flags: needinfo?(pwalton)
Updated•7 years ago
|
Attachment #8914021 -
Flags: review?(mstange) → review+
Assignee | ||
Comment 4•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/78d84bc21e7cbbeebc9cc2ef3723917f08234bfa
Bug 1404664: Restore pinch zoom gesture support on macOS. r=mstange
![]() |
||
Comment 5•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
You need to log in
before you can comment on or make changes to this bug.
Description
•