question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Scroll Zoom in Firefox / Adjust zoom sensitivity

See original GitHub issue

Zooming in Firefox still seems to be broken?

Would a more future proof solution be adding a zoomSensitivity prop to the <DiagramWidget/>?

Even as browsers change their behavior and being cross compatible, you could dynamically change the zoomSensitivity level based on the browser.

const zoom_sensitivity = 1.2;

<DiagramWidget
  zoomSensitivity={zoom_sensitivity}
  diagramEngine={this.engine}
/>

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:4
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
renato-bohlercommented, Apr 2, 2020

In case anyone needs some guidance, I’ve implemented a custom zoom action that allows only for a limited number of zoom levels. You can check out the code in this commit: https://github.com/renato-bohler/logossim/pull/22/commits/dbc1b8b8a804d4c2974d1e5cf86d039ef32f6acc

1reaction
Blackpinnedcommented, Feb 25, 2020

Has there been any info about this? As far as I can tell it’s still slow on firefox and I can’t seem to figure out if there’s a way to change sensitivity yet?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Scroll Zoom – Get this Extension for Firefox (en-US)
Scroll Zoom is a Firefox extension which lets you zoom web pages by holding the left or right (default) mouse button and moving...
Read more >
Cmd/Ctrl zoom too aggressive on certain browsers#66 - Rive
Overall, the main issue is trying to scroll using the Ctrl or Command key with the scroll wheel. The sensitivity is way too...
Read more >
How to Fix Mouse Wheel Scrolling Sensitivity in Latest Version ...
To restore default values, simply visit “about:config” page again and search for mouse scroll settings, as explained in the steps above. You can...
Read more >
Are there any about:config tweaks to get smooth zooming in ...
The latest news and developments on Firefox and Mozilla, ... isn't the case your mouse scroll wheel need to be adjusted for sensitivity?...
Read more >
zoom scroll wheel too sensitive.. - Neowin
By holding the controll button and turning my mouse-wheel one 'click' it zooms in or out to much (no 10% steps), but steps...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found