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

fix: Fix a logic error that sometimes caused filtered traversal to stop prematurely #412

Merged
merged 1 commit into from
May 19, 2024

Conversation

mwcampbell
Copy link
Contributor

I came across this while testing my GTK AccessKit implementation with a real GNOME app. We forgot to reset consider_children in the case where the filter result for the child is ExcludeSubtree. The new nodes I added to the test tree follow the same pattern as the nodes in the real app tree that triggered this bug.

@DataTriny DataTriny merged commit 9946d38 into main May 19, 2024
10 checks passed
@DataTriny DataTriny deleted the fix-filtered-traversal branch May 19, 2024 09:21
@mwcampbell mwcampbell mentioned this pull request May 19, 2024
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.

2 participants