[touchpad] Pinch zooming on Google Maps while the menu is opened makes all the fixed elements Google Maps disappear
Categories
(Core :: Panning and Zooming, defect)
Tracking
()
People
(Reporter: hyacoub, Unassigned)
References
Details
Attachments
(1 file)
3.40 MB,
video/mp4
|
Details |
Affected versions
Firefox Nightly 80.0a1
Affected platforms
Windows 10 x64
Preconditions
gfx.webrender.all = true
apz.allow_zooming = true
apz.windows.use_direct_manipulation = true
Steps to reproduce
- Navigate to maps.google.com
- Open the menu from the left
- Zoom in using a touchpad
- Click anywhere on the map
- Zoom out using a touchpad
Expected result
APZ zooming is performed on the list
Actual Result
All the fixed elements Google Maps disappear.
Comment 1•5 years ago
|
||
I think this is the expected result. When the menu is open google maps no longer prevent defaults the pinch gestures so we perform actual pinch zooming. Then clicking dismisses the menu and google then uses our pinch gestures to zoom the map and it does not affect the pinch zoom of the page, leaving the page in a pinch zoomed-in state. I get the same behaviour in Chrome.
Reporter | ||
Comment 2•5 years ago
|
||
I confirm that the same behaviour is in Chrome also. I'm going to close this bug.
Thanks.
Comment 3•5 years ago
|
||
Is there a way to recover from this situation, or do you effectively get stuck in the pinch zoomed-in state?
Comment 4•5 years ago
|
||
The only way I know to recover is to zoom out pinch zoom while over one of the "fixed position" elements on top of the map. You can't pan up or down because that is interpreted as zooming on the map by the site. It seems you can pan the visual viewport left and right. You can click the map to bring up a fixed position item with info about the location. Depending where you pinched zoomed you might be able to get out of the situation using that info.
Description
•