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 scroll wheel delta #10

Merged
merged 2 commits into from
Jun 22, 2022
Merged

Conversation

ibeckermayer
Copy link

It turns out that negative scroll requires that we send the 9-bit two's complement of the delta (seen in FreeRDP here and here).

Notes to self

Relates to gravitational/teleport#13690, which can be considered fixed once this is merged and the following teleport branches are updated with the new HEAD ref of this repo's master branch:

  • master: TODO(link the PR)
  • branch/v10: TODO(link the PR)
  • branch/v9: TODO(link the PR)

Double check the Verify user input section of the test plan on branch/v10 and branch/v9 after ref is updated.

@ibeckermayer ibeckermayer requested a review from zmb3 June 22, 2022 20:16
@ibeckermayer ibeckermayer merged commit 6075679 into master Jun 22, 2022
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.

2 participants