Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Zooming out at 100% incorrectly zooms in instead #1260

Open
Etienne-TR opened this issue Mar 1, 2025 · 0 comments
Open

[BUG] Zooming out at 100% incorrectly zooms in instead #1260

Etienne-TR opened this issue Mar 1, 2025 · 0 comments

Comments

@Etienne-TR
Copy link

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

  1. Zoom in by pressing Super+Wheel Down (or plus key) several times to increment zoom step by step
  2. Zoom out by pressing Super+Wheel Up (or minus key) to decrease zoom level
  3. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant