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

Fix horizontal scrolling with touchpad devices #3795

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 9, 2021

  1. fix scroll-x on touchpad (prevent bubbling scroll-y events and lock f…

    …urther wheeling events to parent window, if children window has interest for scroll-x)
    folays authored and folays committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    fdbce6c View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. Merge branch 'master' into scroll-touchpad

    folays authored and folays committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    60ee0db View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Merge branch master into scroll-touchpad

    folays authored and folays committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    846a444 View commit details
    Browse the repository at this point in the history
  2. Fix correctly re-evaluating noScroll boolean for every parent window

    folays authored and folays committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    2c78ecd View commit details
    Browse the repository at this point in the history