Skip to content

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

Merged
michaelDCurran merged 5 commits into
nvaccess:masterfrom
josephsl:i16348w11shellhost
Apr 7, 2024
Merged

Windows 11 24H2/ShellHost: mark "Control Center Window" class as good UIA window#16370
michaelDCurran merged 5 commits into
nvaccess:masterfrom
josephsl:i16348w11shellhost

Conversation

@josephsl

@josephsl josephsl commented Apr 6, 2024

Copy link
Copy Markdown
Contributor

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.

josephsl added 5 commits April 6, 2024 12:23
…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
@josephsl josephsl requested a review from SaschaCowley April 6, 2024 18:58
@michaelDCurran michaelDCurran merged commit 30aa12d into nvaccess:master Apr 7, 2024
@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

Development

Successfully merging this pull request may close these issues.

Windows 11 Version 24H2 (2024 Update)/preview: cannot use mouse and/or touch interaction to interact with quick settings interface and variations

3 participants