Scroll Zoom in Firefox / Adjust zoom sensitivity
See original GitHub issueZooming 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:
- Created 4 years ago
- Reactions:4
- Comments:6 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
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?