Changes to zoom.maxPercent require restart
Categories
(Firefox :: Settings UI, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox100 | --- | verified |
People
(Reporter: acheron, Assigned: Gijs)
References
Details
Attachments
(1 file)
Updated•14 years ago
|
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
Comment 4•4 years ago
|
||
| bugherder | ||
Updated•4 years ago
|
I was able to reproduce this issue on Firefox 98(20220304153049) on Win10 64-bit using the steps from the Description. The issue is partly resolved(zooming with Ctrl+Mouse Wheel behaves as expected), however, keyboard scrolling is still faulty on Firefox 100.0b7(20220417185951) and Nightly 101.0a1(20220419093010). It will not go above the maximum zoom level before the tweaks in about:config.(In newer version of Firefox the default zoom value is 500; I changed it to 700, restarted the browser and tried to zoom in without success). Also, if one zooms in using Ctrl+Mouse Wheel above a 500 value, and tries to zoom out using the keyboard, the value will downgrade directly to 400.
I'm leaving a recording of the keyboard scroll on Fx 100 here.
On macOS 11 and Ubuntu 20 the same behaviour is enconteured - mouse zooming is working as expected, but keyboard zooming is not.
Should I re-open this bug or fill a new one strictly related to the keybooard zoom issue?
Thank you in advance.
| Assignee | ||
Comment 6•3 years ago
•
|
||
(In reply to Ardelean Oana from comment #5)
I was able to reproduce this issue on Firefox 98(20220304153049) on Win10 64-bit using the steps from the Description. The issue is partly resolved(zooming with Ctrl+Mouse Wheel behaves as expected), however, keyboard scrolling is still faulty on Firefox 100.0b7(20220417185951) and Nightly 101.0a1(20220419093010). It will not go above the maximum zoom level before the tweaks in
about:config.(In newer version of Firefox the default zoom value is500; I changed it to700, restarted the browser and tried to zoom in without success). Also, if one zooms in using Ctrl+Mouse Wheel above a500value, and tries to zoom out using the keyboard, the value will downgrade directly to400.
I'm leaving a recording of the keyboard scroll on Fx 100 here.
On macOS 11 and Ubuntu 20 the same behaviour is enconteured - mouse zooming is working as expected, but keyboard zooming is not.
Should I re-open this bug or fill a new one strictly related to the keybooard zoom issue?
Thank you in advance.
You would have to also change toolkit.zoomManager.zoomValues, which is a comma separated list of zoom values (divided by 100, so .3 is 30%, and 5 is 500% - you'd want to add values (like ,6,7) to the end to confirm zooming to 700 or w/e works. Can you re-test with that and confirm it works?
Thank you for you answer! I can confirm that after changing the toolkit.zoomManager.zoomValues pref - adding 6,7 values - it works as expected with both mouse and keyboard zooming. Re-tested on Firefox 100.0(20220428192727) and Nightly 101.0a1(20220428214715) on macOS 11, Win10 64-bits and Ubuntu 20.04, verified as fixed.
Description
•