Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • K KTextEditor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • FrameworksFrameworks
  • KTextEditor
  • Merge requests
  • !295

view: fix buggy scrolling on macOS

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Georg Gadinger requested to merge ggadinger/ktexteditor:fix-buggy-scrolling-on-macos into master Feb 23, 2022
  • Overview 2
  • Commits 1
  • Pipelines 2
  • Changes 1

On macOS the trackpad also emits touch events which are sometimes picked up by the flick gesture recogniser registered by QScroller; this results in some odd scrolling behaviour as described in bug 442060. Therefore it's better to not let the QScroller register it on that platform.

BUG: 442060

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-buggy-scrolling-on-macos