-
Notifications
You must be signed in to change notification settings - Fork 974
zoom level is not remembered #368
Comments
Zoom level seems to be remembered when all but the containing directory of a URI is the same. For example, navingating on google results pages the functionality works as expected. On the imaginary page: "example.com/site/page1.html". If a link points to any other page within the "/site/" directory (excluding its subdirectories), the zoom level is kept, otherwise it resets. |
My zoom isn't even remembered with the following steps:
Expected: Actual: |
I'll add to this and say that on subsequent zoom ins (after the page zoom has been "forgotten") using command/control plus, command/control minus, you'll get it relative to the previous zoom level. I'll write this in sequence, assuming that every command/control plus adds 10% to the zoom level:
So it would seem that the zoom level is just not reapplied on page load, but it is remembered. |
Dealbreaking issue for me |
Also, I'd expect zoom level to be remembered across tabs for the same (sub-)domain. e.g.
Expected: New tab to be same zoom level as tab in step 1 Also: Expected: New tab to be same zoom level as tab in step 1 Finally:
Expected: All 3 tabs to match the zoom level of the zoomed out tab. |
STR:
Expected:
The article is always zoomed in.
Observed:
The zoom factor is reset at every page load.
I haven't checked but it seems that Firefox is doing a per-origin zoom factor which makes sense in general.
The text was updated successfully, but these errors were encountered: