Closed
Bug 1200397
Opened 9 years ago
Closed 9 years ago
Pinch zoom gesture does not always appear to work when C++APZ is enabled.
Categories
(Core :: Panning and Zooming, defect)
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox43 | --- | affected |
People
(Reporter: rbarker, Unassigned)
References
Details
The NYT.com desktop page has a scrollable div along the right side of the page. The pinch zoom gesture does not appear to work when C++APZ is enabled. The same action works as expect in nightly with Java APZ.
Reporter | ||
Updated•9 years ago
|
Blocks: apz-fennec
Comment 1•9 years ago
|
||
Please re-test to see if this still happens with the latest fixes, and if it does, see if you can make a reduced test case for it. Thanks!
Comment 2•9 years ago
|
||
snorp discovered that the scrollable div along the right side of nytimes.com has a touch listener and implements its own scrolling. So any touches in that area don't go through the APZ machinery, and not being able to zoom there is expected behaviour.
Comment 3•9 years ago
|
||
After discussion with Randall this may also have been due to an older version of the event untransformation code which didn't take the resolution into account properly. Closing as WFM since it seems to be ok now.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•