khloke / play-to-xbmc-chrome

A Google Chrome Extension for sending online content to be played on XBMC. Supported websites include YouTube, Vimeo, CollegeHumor, DailyMotion, eBaumsWorld and SoundCloud.
MIT License
186 stars 112 forks source link

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

Open maciex opened 6 years ago

maciex commented 6 years ago

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.