-
Notifications
You must be signed in to change notification settings - Fork 567
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
Propagate events to hidden widgets in Either
#1351
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.
Makes sense to me.
This currently has an issue when using a
I'm not sure whether it should lay out both children (as |
…propagate_to_hidden`
I've changed the warning to only be emitted for events that have |
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.
This should have a changlog entry (probably multiple)
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!
CI had a spurious error but that seems to have resolved itself now |
@andrewhickman this looks good to me, should we merge it? |
Yep, its ready to merge 👍 |
Fixes #1350
The
should_propagate_to_hidden
methods are taken from the tabs widget. I made them public since they seem useful for external widget implementors.