Fix Image Zoom #1

Closed
opened 2025-12-25 22:43:28 +01:00 by git · 1 comment
Owner

When the user clicks on an image with the JS client, they can zoom in and out by using the scroll wheel.

This practically works on Chromium and Firefox, but it breaks on Ladybird (it just zooms out even if you scroll in the opposite direction), Servo (where it does nothing at all) and possibly other browsers.

Note: https://developer.mozilla.org/en-US/docs/Web/API/Element/wheel_event

Find a new implementation that:

  • still works on Firefox
  • still works on Chromium
  • works on Ladybird
  • (if possible) works on Servo
When the user clicks on an image with the JS client, they can zoom in and out by using the scroll wheel. This practically works on Chromium and Firefox, but it breaks on Ladybird (it just zooms out even if you scroll in the opposite direction), Servo (where it does nothing at all) and possibly other browsers. Note: https://developer.mozilla.org/en-US/docs/Web/API/Element/wheel_event Find a new implementation that: - [x] still works on Firefox - [x] still works on Chromium - [x] works on Ladybird - [ ] (if possible) works on Servo
git self-assigned this 2025-12-25 22:43:37 +01:00
Author
Owner

fixed with e6fee9a3aa

fixed with e6fee9a3aa
git closed this issue 2025-12-26 09:28:48 +01:00
git removed their assignment 2025-12-26 09:28:56 +01:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
git/4get#1
No description provided.