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

File chooser defaults to "choose file" instead of "send" after choosing file #6284

Closed
firefoxlover opened this issue Feb 9, 2023 · 1 comment · Fixed by #6289
Closed
Labels

Comments

@firefoxlover
Copy link

Steps to reproduce:

  1. click the "+" sign and choose a file
  2. The file appears
  3. press "Enter"

What happens:
The button "+" is pressed with the enter button, opening the file chooser again

What should happen:
Sending the file (there is no send button)

Workaround:
Click on the text area, then press Enter. Really weird and annoying behavior.

@zyphlar
Copy link
Contributor

zyphlar commented Feb 12, 2023

Confirmed in 6.1.0, I believe this is caused by the + button retaining focus, so it sounds like you're asking for the message box (or nonexistent send button) to take the focus instead to make sending attachments (or typing messages) smoother.

zyphlar added a commit to zyphlar/Signal-Desktop that referenced this issue Feb 13, 2023
 Fixes signalapp#6284 - does not focus immediately (so as to avoid stealing
 focus) and does not focus if the file browser is cancelled.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

3 participants