cornerstonejs / cornerstoneTools

A framework for tools built on top of Cornerstone.
https://tools.cornerstonejs.org/
MIT License
577 stars 452 forks source link

Mousewheel is captured despite not being used #1501

Open snapey opened 2 years ago

snapey commented 2 years ago

Prerequisites

Description

Is there any way to prevent capture of the mousewheel? I have a long page of images and would like the mousewheel to work to scroll the page up and down. I don't have the ZoomMouseWheelTool installed, but when over an cornerstone image element scrolling with the mousewheel does not work.

Steps to Reproduce the issue

Create a page with 3 or 4 images in a column.

When the cursor is over the images, scrolling the page with mousewheel does not work. Move the mouse off the images, scrolling works

My expectation is that if I have not enabled the mousewheel tool, then the wheel should behave as normal.

colinhall17 commented 1 year ago

Having the same issue, would like mouse wheel scroll to work as default if nothing assigned to scroll wheel. Did you manage to resolve?

snapey commented 1 year ago

@colinhall17 Sorry, no.