-
Notifications
You must be signed in to change notification settings - Fork 28.8k
RenderIndexedStack - Mark invisible children as offstage in debugDescribeProperties #96639
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This pull request is not suitable for automatic merging in its current state.
|
…ebugDescribeProperties (flutter/flutter#96639)
…ebugDescribeProperties (flutter/flutter#96639)
…ebugDescribeProperties (flutter/flutter#96639)
…ebugDescribeProperties (flutter/flutter#96639)
…ebugDescribeProperties (flutter/flutter#96639)
…ebugDescribeProperties (flutter/flutter#96639)
…ebugDescribeProperties (flutter/flutter#96639)
…ebugDescribeProperties (flutter/flutter#96639)
…ebugDescribeProperties (flutter/flutter#96639)
…ebugDescribeProperties (flutter/flutter#96639)
…ebugDescribeProperties (flutter/flutter#96639)
…ebugDescribeProperties (flutter/flutter#96639)
…ebugDescribeProperties (flutter/flutter#96639)
…ebugDescribeProperties (flutter/flutter#96639)
…ebugDescribeProperties (flutter/flutter#96639)
…ebugDescribeProperties (flutter/flutter#96639)
…ebugDescribeProperties (flutter/flutter#96639)
…ebugDescribeProperties (flutter/flutter#96639)
RenderIndexedStack did not override debugDescribeProperties and thus all childrens were marked as onstage, resulting in the behaviour described in #96581.
Inspired by @Albert221, this fixes #96581.
Pre-launch Checklist
///
).