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] Windows - SemanticOrderView Has No Effect #2322

Open
2 tasks done
TiberiusDRAIG opened this issue Nov 6, 2024 · 0 comments
Open
2 tasks done

[BUG] Windows - SemanticOrderView Has No Effect #2322

TiberiusDRAIG opened this issue Nov 6, 2024 · 0 comments
Labels
bug Something isn't working unverified

Comments

@TiberiusDRAIG
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Did you read the "Reporting a bug" section on Contributing file?

Current Behavior

SemanticOrderView does not seem to have any effect on the order elements are read by Narrator 'Scan Mode' on Windows - they are always read in their visual order.

Expected Behavior

The order in which Narrator focuses/reads elements should match that defined in SemanticOrderView.ViewOrder.

Steps To Reproduce

  1. Build & run repro solution
  2. Enable Narrator (default shortcut: CTRL+WIN+ENTER)
  3. Enable 'Scan Mode' (default shortcut: CAPSLOCK+SPACE)
  4. Use the up/down arrows to navigate through the elements with Narrator and note that they are not focused in the expected order.

Link to public reproduction project repository

https://github.com/TiberiusDRAIG/SemanticOrderViewNotWorking.git

Environment

  • .NET MAUI CommunityToolkit: Tested 7.0.1/8.0.1/9.1.0 and repros across all three. Repro repo uses 8.0.1.
  • OS: Windows 11 Business 23H2
  • .NET MAUI: 8.0.402

Anything else?

The following demonstrates this behaviour - note the Narrator focus border is following the visual order as opposed to the order defined in SemanticOrderView.ViewOrder: https://github.com/user-attachments/assets/ca483433-8bf2-429a-abb4-21c3e706f2da

@TiberiusDRAIG TiberiusDRAIG added bug Something isn't working unverified labels Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working unverified
Projects
None yet
Development

No branches or pull requests

1 participant