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

Connection dialog box appears to hang when connecting to remote session requiring password #286

Closed
gonzolively opened this issue Feb 12, 2024 · 2 comments
Assignees
Labels
bug Something isn't working legacy Issue pertaining to WaveLegacy
Milestone

Comments

@gonzolively
Copy link

Describe the bug
Upon setting up a new remote connection in the connections tab, and then clicking the "connect" button the connection appears to hang without any indication why. Upon further inspection, it was a faulty-sized connection window that made it hard to see the connection wizard was waiting for user input (password in my case), and was only able to discover the issue by issuing a "CMD +A" and "CMD +C" to select and copy all text in the connection window, then paste it into a text editor to see all the output.

To Reproduce
Steps to reproduce the behavior:

  1. Click the "Connections" tab in the left sidebar
  2. Click "New Connection"
  3. Enter host details
  4. Click "Connect"
  5. The connection dialog box is unable to display all contents, the connection appears to hang.

Expected behavior
I expect to see all connection output, especially when requesting user input.

Screenshots

  • Screenshot 1, the connection window with limited output
  • Screenshot 2, the copy/pasta into a text editor to see full output.

Desktop (please complete the following information):

  • OS: MacOS Sanoma 14.3.1 (23D60)
  • Version: v0.6.1 (20240131-063625)

Additional context
Add any other context about the problem here.

@sawka sawka added the bug Something isn't working label Feb 14, 2024
@sawka sawka added this to the v0.7.0 milestone Feb 14, 2024
@sawka
Copy link
Member

sawka commented Feb 14, 2024

Various modal resizings have broken the terminal window view. We're working on a fix for v0.7.0. (1) we'll resize the modal / terminal window to actually fit inside of the modal window. (2) there seems to be another problem where the terminal output is not being automatically scrolled to the bottom.

@oneirocosm
Copy link
Member

@adred I added something for this in v0.7.0. Could I get you to confirm that it's fixed?

@sawka sawka closed this as completed Mar 11, 2024
sawka pushed a commit that referenced this issue Sep 18, 2024
@esimkowitz esimkowitz added the legacy Issue pertaining to WaveLegacy label Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working legacy Issue pertaining to WaveLegacy
Projects
None yet
Development

No branches or pull requests

5 participants