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

[two_dimensional_scrollables] Fixes TreeViewNode collapsing not working #7474

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

Mairramer
Copy link
Contributor

@Mairramer Mairramer commented Aug 21, 2024

This change addresses bug #154295 by ensuring that nodes are handled correctly when closing their children.

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement].
  • I signed the CLA.
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or this PR is test-exempt.
  • I followed the [breaking change policy] and added [Data Driven Fixes] where supported.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@Mairramer Mairramer requested a review from Piinks as a code owner August 21, 2024 22:58
@Piinks
Copy link
Contributor

Piinks commented Aug 22, 2024

Can you also update the title of this PR to reflect this package? It currently refers to the framework change, not this one. Also, the PR template for this repo is different from the framework. For example, it specifies the title of the PR should start with the [name_of_package].

@Piinks Piinks added the p: two_dimensional_scrollables Issues pertaining to the two_dimensional_scrollables package label Aug 22, 2024
@Piinks Piinks changed the title Fixes TreeSliver collapsing not working [two_dimensional_scrollables] Fixes TreeSliver collapsing not working Aug 22, 2024
@Piinks Piinks changed the title [two_dimensional_scrollables] Fixes TreeSliver collapsing not working [two_dimensional_scrollables] Fixes TreeView collapsing not working Aug 22, 2024
@Mairramer Mairramer requested a review from Piinks August 28, 2024 12:58
@Mairramer Mairramer changed the title [two_dimensional_scrollables] Fixes TreeView collapsing not working [two_dimensional_scrollables] Fixes TreeViewNode collapsing not working Aug 29, 2024
@@ -718,6 +718,101 @@ void main() {
expect(treeView.treeNodeBuilder, isA<TreeViewNodeBuilder<String>>());
expect(treeView.treeRowBuilder, isA<TreeViewRowBuilder<String>>());
});

testWidgets(
Copy link
Contributor

Choose a reason for hiding this comment

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

Similar to the framework change, this test does not fail when run without the code change. It should so it verifies the fix works as expected, and prevents us from regressing in the future.

Copy link
Contributor

@Piinks Piinks left a comment

Choose a reason for hiding this comment

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

This will need updated tests to move forward.

@flutter-dashboard
Copy link

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption, contact "@test-exemption-reviewer" in the #hackers channel in Discord (don't just cc them here, they won't see it!).

If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. The test exemption team is a small volunteer group, so all reviewers should feel empowered to ask for tests, without delegating that responsibility entirely to the test exemption group.

@Mairramer
Copy link
Contributor Author

@Piinks Same of comment flutter/flutter#153438 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p: two_dimensional_scrollables Issues pertaining to the two_dimensional_scrollables package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants