PowerToys icon indicating copy to clipboard operation
PowerToys copied to clipboard

[Command Palette, Accessibility]: Focus Related Issues.

Open hwf1324 opened this issue 8 months ago • 1 comments

Microsoft PowerToys version

0.90.0

Installation method

PowerToys auto-update

Running as admin

None

Area(s) with issue?

Command Palette

Steps to reproduce

https://github.com/user-attachments/assets/ebde1b8a-3cab-4fb0-ac4a-c5ba5f885b83

https://github.com/user-attachments/assets/0e812b40-3e4f-41c8-b52e-fea5f9da4306

https://github.com/user-attachments/assets/ba0c1065-5cbd-467e-a74c-f039de9f1345

https://github.com/user-attachments/assets/a72c6afe-82cf-4d73-a584-612912819d7d

✔️ Expected Behavior

  1. When navigating through the list of commands by pressing the up/down arrows while the focus is on the search box, the screen reader reports the selected command.
  2. When pressing Tab to cut to the list of commands, press Enter to activate the selected command.
  3. Remove excess focus.
  4. buttons can be activated by the keyboard.

❌ Actual Behavior

  1. When navigating through the list of commands by pressing the up/down arrows while the focus is on the search box, the screen reader does not report the contents.
  2. When pressing Tab to cut to the command list, pressing Enter does not activate the selected command.
  3. Excess tab focus exists for command items.
  4. The buttons cannot be activated from the keyboard.

Other Software

NVDA Version: alpha-35670, a71589de (2025.1.0.35670)

hwf1324 avatar Apr 01 '25 09:04 hwf1324

There's also a missing tab recognition in between the back arrow and the search bar (it's a bit hard to see in the video, but I hit tab between numbers 23 and 1, but it does nothing. Is this expected?

https://github.com/user-attachments/assets/3955ba28-a874-47c0-9215-c17671a40d9b

Additionally, when I navigate to a ContentPage and press Ctrl + K, the context menu doesn't appear until I set the focus to the search bar. I bet that addressing one of these scenarios will solve most of the issues :)

lauren-ciha avatar May 20 '25 21:05 lauren-ciha

I believe that this one can be closed O:)

  1. When navigating through the list of commands by pressing the up/down arrows while the focus is on the search box, the screen reader reports the selected command.

Fixed by #40761

  1. When pressing Tab to cut to the list of commands, press Enter to activate the selected command.

Fixed (possibly #41119 #41101 ?)

  1. Focus on in the tags

Fixed by #40636

  1. buttons can be activated by the keyboard.

Fixed by #39324 + #40624

And bonus bug 5. There's also a missing tab recognition in between the back arrow and the search bar (it's a bit hard to see in the video, but I hit tab between numbers 23 and 1, but it does nothing. Is this expected?

Fixed by #40636

jiripolasek avatar Oct 04 '25 00:10 jiripolasek