Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Firefox] Mouse scroll wheel doesn't move volume slider #140

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maciex
Copy link
Contributor

@maciex maciex commented Feb 7, 2018

The problem is caused by the 'mousewheel' event being deprecated.

    Non-standard
    This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.```

I changed the volume slider code to use 'wheel' event.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant