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

Mouse interactions do not appear to be working properly #19

Closed
dparnell opened this issue Mar 10, 2018 · 5 comments
Closed

Mouse interactions do not appear to be working properly #19

dparnell opened this issue Mar 10, 2018 · 5 comments
Labels

Comments

@dparnell
Copy link

Which operating system does the issue occur on?

Windows 10 client connecting to a Linux 16.04 machine via ssh

Steps to reproduce:

  1. Make sure that dialog is installed
  2. Execute dialog --yesno Testing 10 30
  3. Attempt to use the mouse to click on either the Yes or No button. Nothing happens

Expected bahavior:

Clicking on either of the buttons should cause the dialog process to exit

@zacps
Copy link
Owner

zacps commented Mar 10, 2018

Does this work in native cmd?
Does it work with native windows programs that interact with the mouse? (Not over SSH)

@dparnell
Copy link
Author

I just tried it using a ssh connection from a Poweshell window and it does not work there either.
I'll have to see if I can find a windows command line app that does mouse interaction.

@zacps zacps added the bug label Mar 10, 2018
@parthsdoshi
Copy link

parthsdoshi commented Mar 21, 2018

Here's a test case that works using cmd.exe but not with alacritty.exe:

  1. Run bash
  2. Run tmux
  3. Make sure tmux mouse mode is on: <Leader> :set -g mouse on
  4. Run dialog --yesno Testing 10 30
  5. Verify clicking works using cmd.exe
  6. Detach tmux: <Leader> d
  7. open alacritty.exe
  8. Run bash
  9. Run tmux a
  10. Run dialog --yesno Testing 10 30
  11. Verify the same does not work in alacritty.

There's a few simpler test cases too.
Open bash through cmd.exe and test vim scrolling. Do the same in alacritty.exe and see that vim won't receive any mouse input.

@dparnell
Copy link
Author

The mouse works as expected on other platforms (Linux and MacOS) so this is a Windows issue

@zacps
Copy link
Owner

zacps commented Oct 16, 2018

Migrated to alacritty#1663

@zacps zacps closed this as completed Oct 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants