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.

preventMouseEventsDefault stops working on Chrome 73

See original GitHub issue

Bug report

The option preventMouseEventsDefault disable scroll event, allowing wheel-zoom. With new Chrome 73 version: https://www.chromestatus.com/features/6662647093133312 they change to passive by default.

Expected behaviour

Zoom with mouse wheel without scrolling.

Actual behaviour

Mixed strange behaviour zoom+scroll.

Steps to reproduce the behaviour

  1. With Chrome/Chomium 73, go to demos, and open any.
  2. Resize your browser with a height < lion picture
  3. Use your mouse wheel over the picture

image

Configuration

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:7
  • Comments:6

github_iconTop GitHub Comments

1reaction
BodoMineacommented, Apr 19, 2020

For now people who encounter this issue may try cloning and building from https://github.com/Bigfellahull/svg-pan-zoom, the repo from where the PR came. That´s what I did and it worked.

0reactions
murtrajacommented, Oct 24, 2021

When will this get merged? Facing same issue: on using the mouse wheel, the svg and web page both respond

Read more comments on GitHub >

github_iconTop Results From Across the Web

preventMouseEventsDefault stops working on Chrome 73 #331
Bug report The option preventMouseEventsDefault disable scroll event, allowing wheel-zoom. With new Chrome 73 version: ...
Read more >
Disabled update policy not working in Chrome 73
I have applied the the updated admx templates bundled with Chrome 73 and confirmed in my local registry that the policy settings have...
Read more >
Chrome 73.0.3686.75 not compatible with Chromedriver v2.46 ...
Have tried 73.0.3683.75 and ChromeDriver 2.46. Noticed issue once Chrome updated to 73, worked fine with ChromeDriver72 and below. Only temp fix i...
Read more >
New in Chrome 73 - Chrome Developers
# Progressive Web Apps work everywhere. Progressive Web Apps provide an installable, app-like experience, built and delivered directly via the ...
Read more >
Chrome Update 73 - Materialize CSS JS trigger error
I had the same issue. For now I made some changes to make it work (this is just a temp hot fix for...
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