You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 9, 2022. It is now read-only.
Currently, the FTScroller relies on the non-standard and deprecated DOMMouseScroll and mousewheel events, to handle scrolling. On certain recent versions of Firefox, the support for the former event appears to have been dropped, in favor of the standard wheel event.
In the pull request that will follow momentarily, a solution is proposed that was tested against the latest versions of Firefox, Opera and Chrome.
The text was updated successfully, but these errors were encountered:
Currently, the FTScroller relies on the non-standard and deprecated
DOMMouseScroll
andmousewheel
events, to handle scrolling. On certain recent versions of Firefox, the support for the former event appears to have been dropped, in favor of the standardwheel
event.In the pull request that will follow momentarily, a solution is proposed that was tested against the latest versions of Firefox, Opera and Chrome.
The text was updated successfully, but these errors were encountered: