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

[flutter] tab navigation does not notify the focus scope node #86141

Merged

Conversation

jonahwilliams
Copy link
Member

Discovered while working on #86041, it seems like tab navigation does not cause a notifaction on the focus scope node, which means that the cached focus node is out of date.

I'm not sure if this is intentional or not, but since we don't actually need the listener I can work around it here. Attached test case fails without this change.

@flutter-dashboard flutter-dashboard bot added f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels. labels Jul 9, 2021
@google-cla google-cla bot added the cla: yes label Jul 9, 2021
@jonahwilliams
Copy link
Member Author

this is not a bug, but a side effect of removing focus during clicks. I can fix that separately by doing the removal elsewhere.

Copy link
Contributor

@gspencergoog gspencergoog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

32384589-a60f0e74-c078-11e7-9bc1-e5b5287aea9d

@fluttergithubbot fluttergithubbot merged commit 6d8c850 into flutter:master Jul 9, 2021
@jonahwilliams jonahwilliams deleted the change_no_click_listener branch July 9, 2021 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants