[touchscreen] pinch zooming on dropdown lists/context menus triggers reflow zooming
Categories
(Core :: Panning and Zooming, defect, P4)
Tracking
()
People
(Reporter: gpalko, Unassigned)
References
(Blocks 2 open bugs)
Details
Affected versions
Nightly 79.0a1
Affected platforms
Devices with touchscreen(tested on Lenovo yoga)
Preconditions
apz.allow_zooming = true
apz.windows.use_direct_manipulation = true
Steps to reproduce
1. Navigate to a page which contains dropdown lists(e.g. https://twitter.com/i/flow/signup)
2. Tap to open a dropdown list(e.g. Month/Day)
3. Try to pinch zoom starting from the dropdown list
Expected result
APZ zooming is performed on the list
Actual Result
Reflow zooming is performed, zooming level is displayed in Address bar
Note
the actual behavior is the same when pinch gesture is initiated on Right-click context menu or on the opened Firefox hamburger menu
Reporter | ||
Updated•4 years ago
|
Comment 1•4 years ago
|
||
Not able to repro on macOS, it might be specific to Windows.
Reporter | ||
Comment 2•4 years ago
|
||
This is reproducible only with touchscreens.
Comment 4•4 years ago
|
||
Tentatively marking this blocking nightly. Should be an easy-ish fix.
Updated•4 years ago
|
Updated•4 years ago
|
Comment 5•4 years ago
|
||
As far as I can tell this is not a regression specific to desktop zooming. It happens even with apz.allow_zooming=false and in a fresh install of Firefox 79.0. Something to fix, but maybe doesn't need to block desktop-zoom-release.
Updated•4 years ago
|
Updated•4 years ago
|
Description
•