Closed
Bug 1415111
Opened 8 years ago
Closed 8 years ago
Zoom preferences lost after restart
Categories
(Firefox :: Session Restore, defect, P3)
Firefox
Session Restore
Tracking
()
RESOLVED
INVALID
| Tracking | Status | |
|---|---|---|
| firefox58 | --- | affected |
People
(Reporter: bbouvier, Unassigned)
References
(Blocks 1 open bug)
Details
I'm using Firefox Nightly (last version as of today).
STR:
- set a zoom value on a website
- restart nightly
Observed:
zoom value is lost at restart on the website.
Expected:
zoom value is memoized and reused on the website.
This is a recent regression, I think it wasn't happening one or two weeks ago.
| Reporter | ||
Comment 1•8 years ago
|
||
Reproduces in safe mode with addons disabled.
Comment 2•8 years ago
|
||
I can't reproduce this issue and I using latest Nightly with Build ID 20171107220115. Can you please tell me which versions are affected to set the flags?
status-firefox58:
--- → affected
Flags: needinfo?(bbouvier)
Updated•8 years ago
|
Component: General → Panning and Zooming
Product: Firefox → Core
Updated•8 years ago
|
Component: Panning and Zooming → Session Restore
Product: Core → Firefox
Updated•8 years ago
|
Blocks: ss-reliability
Priority: -- → P3
| Reporter | ||
Comment 3•8 years ago
|
||
(In reply to Valentina Claudia Ona from comment #2)
> I can't reproduce this issue and I using latest Nightly with Build ID
> 20171107220115. Can you please tell me which versions are affected to set
> the flags?
I'm using the latest Nightly (20171108110838).
I've found out two things:
1) this doesn't happen on another machine, so this might be profile specific :/
2) i can repro in an even simpler way, by just opening a page, setting a zoom, closing this page, reopening the same URL (and the zoom is lost). I will investigate with mozregression.
Flags: needinfo?(bbouvier)
| Reporter | ||
Comment 4•8 years ago
|
||
Aouch, I found out what's going on here. After trying mozregression a few times, the issue was reproducing again and again with my profile, even on dates I was sure it should have been working.
Found out about a pref called "browser.zoom.siteSpecific", which sounded like what I wanted, I've looked it up on searchfox and found the following:
http://searchfox.org/mozilla-central/source/dom/html/ImageDocument.cpp#50-54
Indeed I did have privacy.resistFingerprinting set to true, to try it the last few days, so I guess this was expected in some form. Setting it back to false made site-specific zooms work again. Thus closing as invalid, since it's expected behavior. Perhaps it should be better documented, i.e. when privacy.resistFingerprinting is set to true, we should let the user know what tradeoffs they should be aware of?
Status: NEW → RESOLVED
Closed: 8 years ago
Keywords: regression,
regressionwindow-wanted
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•