You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to zoom out using keyboard shortcuts or mouse wheel while already at 100% zoom level, the system incorrectly zooms in instead of either maintaining the zoom level or doing nothing.
Steps to Reproduce
Zoom in by pressing Super+Wheel Down (or plus key) several times to increment zoom step by step
Zoom out by pressing Super+Wheel Up (or minus key) to decrease zoom level
When zoom reaches 100%, pressing Super+Wheel Up again will unexpectedly zoom in one step instead of doing nothing
Expected Behavior
When already at 100% zoom (default/normal view), attempting to zoom out further should either do nothing or stop at 100% as the minimum zoom level.
Additional Information
In my specific case, I've also noticed that the first zoom increment is 3% instead of the expected 5% (I don't know how it happened but now it is always like that). For example:
3 consecutive Super+Wheel Down actions result in: 103%, 108%, 113%
4 consecutive Super+Wheel Up actions result in: 108%, 103%, 100%, 103% (note the incorrect behavior of going back to 103% at the end)
This inconsistent behavior makes the zoom functionality unpredictable and difficult to use effectively.
The text was updated successfully, but these errors were encountered:
Description
When attempting to zoom out using keyboard shortcuts or mouse wheel while already at 100% zoom level, the system incorrectly zooms in instead of either maintaining the zoom level or doing nothing.
Steps to Reproduce
Expected Behavior
When already at 100% zoom (default/normal view), attempting to zoom out further should either do nothing or stop at 100% as the minimum zoom level.
Additional Information
In my specific case, I've also noticed that the first zoom increment is 3% instead of the expected 5% (I don't know how it happened but now it is always like that). For example:
This inconsistent behavior makes the zoom functionality unpredictable and difficult to use effectively.
The text was updated successfully, but these errors were encountered: