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

Fixing NavigationView UIA set logic #6947

Merged
merged 2 commits into from
Apr 8, 2022

Conversation

llongley
Copy link
Member

@llongley llongley commented Apr 7, 2022

Left nav currently has faulty logic to calculate the position in set and size of set, relating to the way in which we count what element we're iterating on. The top nav scenario has the correct logic, and there isn't anything remaining that differentiates the left and top nav here anymore, so I've consolidated both to the same logic. I've added a test scenario to ensure that those are now calculated correctly, as well.

…ince there's no difference between the logic in left or top nav anymore.
@llongley llongley requested a review from ojhad April 7, 2022 23:17
@ghost ghost added the needs-triage Issue needs to be triaged by the area owners label Apr 7, 2022
@llongley
Copy link
Member Author

llongley commented Apr 7, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ojhad ojhad added area-NavigationView NavView control team-Controls Issue for the Controls team and removed needs-triage Issue needs to be triaged by the area owners labels Apr 7, 2022
@llongley
Copy link
Member Author

llongley commented Apr 8, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@llongley llongley merged commit 86bd437 into main Apr 8, 2022
@llongley llongley deleted the user/llongley/FixNavigationViewUIACount branch April 8, 2022 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-NavigationView NavView control team-Controls Issue for the Controls team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants