-
Notifications
You must be signed in to change notification settings - Fork 29.7k
[roll] Revert "Fix ExpansionTile double tap to collapse/expanded and expanded/collapsed states semantics announcements"
#121624
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
This reverts commit fd65fd1.
gspencergoog
left a comment
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.
chunhtai
left a comment
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
ExpansionTile double tap to collapse/expanded and expanded/collapsed states semantics announcements"ExpansionTile double tap to collapse/expanded and expanded/collapsed states semantics announcements"
|
@TahaTesser This pr causes the entire expanded content and tile to merge. I think you can reproduce it when using something like a column with multiple text widget in the expanded content, and observe that the entire column will be merged after the pr |
Thank you, I'll investigate it. |
…er#121624) This reverts commit fd65fd1.

Reverts #120881
This PR merges nodes in some tests where the change wasn't expected.
There might be a better way to do this. Will revert for now.