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

Windows 11 24H2/ShellHost: mark "Control Center Window" class as good UIA window #16370

Merged
merged 5 commits into from Apr 7, 2024

Conversation

josephsl
Copy link
Collaborator

@josephsl josephsl commented Apr 6, 2024

Hi,

Windows 11 24H2 RTM is close at hand, thus this pull request:

Link to issue number:

Closes #16348

Summary of the issue:

In Windows 11 Version 24H2 (2024 Update and Server 2025), mouse and touch interaction cannot be used in quick settings (Windows+A).

Description of user facing changes

Mouse and touch interaction can be used to navigate and interact with quick settings, cast, and similar elements.

Description of development approach

Quick settings component (including cast) was separated from ShellExperienceHost.exe (now ShellHost.exe) in Windows 11 Version 24H2. Therefore, an app alias will be used to handle this case - "ControlCenterWindow" is marked as UIA, allowing mouse and touch interaction.

Testing strategy:

Manual testing (requires Windows 11 24H2 builds): open quick settings (Windows+A) and use mouse and/or touch to navigate quick settings elements.

Known issues with pull request:

None

Code Review Checklist:

  • Documentation:
    • Change log entry
    • User Documentation
    • Developer / Technical Documentation
    • Context sensitive help for GUI changes
  • Testing:
    • Unit tests
    • System (end to end) tests
    • Manual testing
  • UX of all users considered:
    • Speech
    • Braille
    • Low Vision
    • Different web browsers
    • Localization in other languages / culture than English
  • API is compatible with existing add-ons.
  • Security precautions taken.

…d UIA window, enabling mouse and touch interaction. Re nvaccess#16348.

Mark 'ControlCenterWindow' as good UIA window to enable mouse and touch interaction. This is yet another case of Windows 11 UI interaction issue due to XAML window source element.
@josephsl josephsl requested a review from a team as a code owner April 6, 2024 18:58
@michaelDCurran michaelDCurran merged commit 30aa12d into nvaccess:master Apr 7, 2024
1 check passed
@nvaccessAuto nvaccessAuto added this to the 2024.2 milestone Apr 7, 2024
@josephsl josephsl deleted the i16348w11shellhost branch April 22, 2024 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants