While in presentation mode the background webpage and browser UI can be zoomed in and out
Categories
(Core :: Panning and Zooming, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | wontfix |
firefox67 | --- | wontfix |
firefox68 | --- | wontfix |
firefox69 | --- | fix-optional |
firefox70 | --- | fix-optional |
People
(Reporter: dcicas, Unassigned)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Affected versions
- 68.0b7
Affected platforms
- ARM Windows 10
Steps to reproduce
- Open a PDF file http://www23.statcan.gc.ca/imdb-bmdi/pub/instrument/3901_Q2_V3-eng.pdf
- Enter presentation mode.
- Zoom in and out using your fingers on the touchscreen.
Expected result
- The PDF file is not zoomed in or out.
Actual result
- The PDF presentation zooms and gets re-rendered. Also the browsers UI gets zoomed in and out in the background.
Regression range
Will return with a regression range as soon as possible.
Additional notes
All other zooming methods do not work while in presentation mode.
After exiting the presentation mode the browser and webpage is zoomed in/out
Comment 1•5 years ago
|
||
Did you manage to get a regression range for this? If it occurs prior to 2017 then don't bother; the range probably won't be that useful.
Reporter | ||
Comment 2•5 years ago
|
||
Hello,
As far as I know the ARM build (aarch 64 build) was introduced only with Firefox 67.0a1 (I might be mistaken, please correct me on this). I just tested this and it happens since the first Firefox 67 nightly build. Please tell me if I can help with anymore information.
Reporter | ||
Updated•5 years ago
|
Comment 3•5 years ago
|
||
Ok, thanks. It seems unlikely that this would be specific to ARM builds. More likely we just haven't run into it on touchscreen x86 machines yet. But I can test and triage accordingly.
Comment 4•5 years ago
|
||
Indeed, I can reproduce this on an x86 Windows touchscreen.
(In reply to Daniel Cicas [:dcicas], Release QA from comment #0)
- The PDF presentation zooms and gets re-rendered. Also the browsers UI gets zoomed in and out in the background.
To clarify, full-zoom gets applied to the chrome of the PDF.js viewer, but not the browser chrome itself.
Comment 5•5 years ago
•
|
||
Regression window goes back to bug 1298886, where we introduced the "pinch-gesture activates full zoom" codepath.
Updated•5 years ago
|
Updated•5 years ago
|
Comment 6•5 years ago
•
|
||
Setting to fix-optional as this is a not a high-impact regression.
Comment 7•5 years ago
|
||
Sorry, I did not mean to change components here. While this is related to reflowing zoom, the bug only occurs when the reflowing zoom is activated using a pinch-gesture, suggesting that it's an issue in APZCCallbackHelper::NotifyPinchGesture
or thereabouts.
Comment 8•4 years ago
|
||
Forward-duping to bug 1643508 which has a patch.
Updated•3 years ago
|
Description
•