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

Bug: Pressing AltGr+A in a text field interrupts text entry. #6150

Closed
gsvalbe opened this issue Sep 17, 2021 · 4 comments
Closed

Bug: Pressing AltGr+A in a text field interrupts text entry. #6150

gsvalbe opened this issue Sep 17, 2021 · 4 comments
Labels
bug Something isn't working 👀

Comments

@gsvalbe
Copy link
Contributor

gsvalbe commented Sep 17, 2021

Description

Pressing AltGr + A keys in a text field should not execute commands and interrupt text entry. AltGr key is used together with letter keys to input language specific characters (for example: AltGr+A=Ā in Latvian).
When renaming a file, pressing AltGr + A selects all files and sometimes closes the rename box. This can get very frustrating.
The "Select all" command, in my opinion, should only be executing when pressing Ctrl + A.

Steps To Reproduce

  1. Click to rename a file.
  2. Press both - AltGr and A keys in the rename text box.

Expected behavior

Pressing AltGr+A should only input the letter and nothing else.

Files Version

2.0.12.0

Windows Version

Windows 11 Pro 21H2 22000.184

Relevant Assets

No response

@gsvalbe gsvalbe added the bug Something isn't working 👀 label Sep 17, 2021
@yaira2
Copy link
Member

yaira2 commented Dec 13, 2022

Is this still an issue in v2.4?

@yaira2 yaira2 added the needs - additional info Needs more information from the reporter label Dec 13, 2022
@gsvalbe
Copy link
Contributor Author

gsvalbe commented Dec 13, 2022

Yes. AltGr+A (same as Ctrl+Alt+A) still selects items not types the character. Not a critical bug, just a bit annoying.
For testing, pressing AltGr+A with English keyboard should type 'á' not select all items.

@yaira2 yaira2 removed the needs - additional info Needs more information from the reporter label Dec 18, 2022
@yaira2 yaira2 changed the title Pressing AltGr+A in a text field interrupts text entry. Bug: Pressing AltGr+A in a text field interrupts text entry. Dec 18, 2022
@ferrariofilippo
Copy link
Contributor

This is a MUX bug. I've already reported it.
Running some tests, I found that our code does not handle AltGr + A. In fact, this is done by ListView and cannot be disabled. I think I can try to implement a temporary, inelegant solution that we can remove once the bug is fixed.

@yaira2
Copy link
Member

yaira2 commented Mar 1, 2024

Microsoft fixed this issue in WinAppSdk 1.5 and it'll be included in the next version of Files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working 👀
Projects
Archived in project
Development

No branches or pull requests

4 participants