Fix TwoDimensionalViewport's keep alive child not always removed (when no longer should be kept alive)#148298
Merged
auto-submit[bot] merged 7 commits intoflutter:masterfrom May 24, 2024
Conversation
Contributor
Author
|
Hi, @Piinks Would you be so kind to review the fix? |
Piinks
approved these changes
May 21, 2024
Contributor
Piinks
left a comment
There was a problem hiding this comment.
LGTM with some nits, thank you for sending a PR!
packages/flutter/test/widgets/two_dimensional_viewport_test.dart
Outdated
Show resolved
Hide resolved
packages/flutter/test/widgets/two_dimensional_viewport_test.dart
Outdated
Show resolved
Hide resolved
Signed-off-by: Lukasz Gawron <[email protected]>
Signed-off-by: Lukasz Gawron <[email protected]>
Signed-off-by: Lukasz Gawron <[email protected]>
Signed-off-by: Lukasz Gawron <[email protected]>
c997e8a to
807923d
Compare
Contributor
Author
|
@Piinks Thx for fixing wording for me ;) |
Contributor
Author
|
@Piinks, could you please assist with adding the auto-submit label to this PR? We would greatly appreciate your help in getting it merged promptly. It's crucial for us to have this included in the next bugfix release, as we are currently unable to upgrade beyond Flutter 3.13. Thank you for your support! |
Contributor
|
This PR still needs one more review before it can be merged, I am working on getting that now. |
justinmc
approved these changes
May 23, 2024
| await tester.pump(); | ||
| expect(find.byKey(checkBoxKey), findsNothing); | ||
|
|
||
| // Bring back into view |
Contributor
There was a problem hiding this comment.
Nit: Period here at the end.
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
May 25, 2024
…ved (when no longer should be kept alive) (flutter/flutter#148298)
auto-submit bot
pushed a commit
to flutter/packages
that referenced
this pull request
May 25, 2024
flutter/flutter@8dd0831...cb26a01 2024-05-25 [email protected] Roll Flutter Engine from e0207131ea13 to 1d154ff93a87 (1 revision) (flutter/flutter#149070) 2024-05-25 [email protected] Roll Flutter Engine from f693fdd840e8 to e0207131ea13 (7 revisions) (flutter/flutter#149068) 2024-05-25 [email protected] Roll Flutter Engine from b5e98f9b8d0f to f693fdd840e8 (4 revisions) (flutter/flutter#149057) 2024-05-24 [email protected] fix popup menu offset when using `useRootNavigator` in `PopupMenu` (flutter/flutter#144670) 2024-05-24 [email protected] [GAR][a11y] Update assessment app to unblock tester from testing dark mode (flutter/flutter#149055) 2024-05-24 [email protected] [a11y] Slider should respect bold text setting (flutter/flutter#149053) 2024-05-24 [email protected] Add tests for editable_text.on_changed.0.dart API example. (flutter/flutter#148874) 2024-05-24 [email protected] Roll Flutter Engine from 979214444aca to b5e98f9b8d0f (1 revision) (flutter/flutter#149051) 2024-05-24 [email protected] Add test for text_editing_controller.0.dart API example. (flutter/flutter#148872) 2024-05-24 [email protected] Roll Flutter Engine from 4ab442475223 to 979214444aca (3 revisions) (flutter/flutter#149045) 2024-05-24 [email protected] Fix TwoDimensionalViewport's keep alive child not always removed (when no longer should be kept alive) (flutter/flutter#148298) 2024-05-24 [email protected] Roll Packages from 1008d9e to 7b423f5 (2 revisions) (flutter/flutter#149043) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Packages: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
victorsanni
pushed a commit
to victorsanni/flutter
that referenced
this pull request
May 31, 2024
…n no longer should be kept alive) (flutter#148298) - Fixes a child not removed from `_keepAliveBucket` when widget is no longer kept alive offscreen. Bug was triggering assert in performLayout. - Adds test to cover the case from bug report Fixes flutter#138977
gawi151
added a commit
to gawi151/flutter
that referenced
this pull request
Jun 4, 2024
…n no longer should be kept alive) (flutter#148298) - Fixes a child not removed from `_keepAliveBucket` when widget is no longer kept alive offscreen. Bug was triggering assert in performLayout. - Adds test to cover the case from bug report Fixes flutter#138977
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Aug 6, 2024
…ved (when no longer should be kept alive) (flutter/flutter#148298)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
_keepAliveBucketwhen widget is no longer kept alive offscreen. Bug was triggering assert in performLayout.Fixes #138977
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.