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

scrolling up is followed by scroll down in neovim on windows #1725

Closed
ghost opened this issue Mar 17, 2022 · 4 comments · Fixed by #1773
Closed

scrolling up is followed by scroll down in neovim on windows #1725

ghost opened this issue Mar 17, 2022 · 4 comments · Fixed by #1773
Labels
bug Something isn't working fixed-in-nightly This is (or is assumed to be) fixed in the nightly builds. Windows Issue applies to Microsoft Windows

Comments

@ghost
Copy link

ghost commented Mar 17, 2022

What Operating System(s) are you seeing this problem on?

Windows

WezTerm version

20220101-133340-7edc5b5a

Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?

Yes, and I updated the version box above to show the version of the nightly that I tried

Describe the bug

when running neovim on windows and trying to scroll up a buffer using the touchpad (with mouse it works properly) at the end of scrolling up there is a scroll down not given in input.

To Reproduce

No response

Configuration

local wezterm = require 'wezterm'

return {
  default_prog = {"powershell"},
  exit_behaviour = "Close",
  color_scheme = "Gruvbox Dark",
  window_decorations = 'RESIZE',
  warn_about_missing_glyphs = false,
  font = wezterm.font_with_fallback({
    "Cascadia Mono PL",
    "JetBrains Mono"}),
  initial_cols = 100,
  initial_rows = 40,
  font_size = 10,
  keys = {
    {key=' ', mods="CTRL", action = {Multiple = {
      {SendKey={key="x", mods="CTRL"}},
      {SendKey={key="o", mods="CTRL"}},
    }}},
    {key='1', mods='ALT', action = "DisableDefaultAssignment"},
    {key='2', mods='ALT', action = "DisableDefaultAssignment"},
    {key='3', mods='ALT', action = "DisableDefaultAssignment"},
    {key='4', mods='ALT', action = "DisableDefaultAssignment"},
    {key='5', mods='ALT', action = "DisableDefaultAssignment"},
    {key='6', mods='ALT', action = "DisableDefaultAssignment"},
    {key='7', mods='ALT', action = "DisableDefaultAssignment"},
    {key='8', mods='ALT', action = "DisableDefaultAssignment"},
    {key='9', mods='ALT', action = "DisableDefaultAssignment"},
    {key='0', mods='ALT', action = "DisableDefaultAssignment"},
  },
}

Expected Behavior

No response

Logs

No response

Anything else?

No response

@ghost ghost added the bug Something isn't working label Mar 17, 2022
@wez wez added the Windows Issue applies to Microsoft Windows label Mar 17, 2022
@wez
Copy link
Owner

wez commented Mar 17, 2022

Could you also provide some information about your touchpad make/model?

@kaddkaka
Copy link

I have had the same scrolling behavior with a TouchPad from an HP laptop. I would set it scrolling up (much like you can flick a long web page on an android phone to keep scrolling after you let go of the screen) but once it stops it would start going down without me doing anything.

@ghost
Copy link
Author

ghost commented Mar 21, 2022

The laptop model is a Lenovo Ideapad Gaming 3, the productor doens't provide information about the touchpad model but there is a Elantech Touch Pad Firmware 1.0.0.1 installed so probably that's the model

@wez wez closed this as completed in #1773 Mar 27, 2022
@wez wez added the fixed-in-nightly This is (or is assumed to be) fixed in the nightly builds. label Mar 27, 2022
wez added a commit that referenced this issue Mar 27, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Feb 4, 2023

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working fixed-in-nightly This is (or is assumed to be) fixed in the nightly builds. Windows Issue applies to Microsoft Windows
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants