-
Notifications
You must be signed in to change notification settings - Fork 29.8k
partial revert of repaint boundary change #102962
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
dnfield
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. Consider adding a test here that would fail in the same way the internal one is.
|
Are you sure the opacity changes aren't related to b/230173482? |
|
Yes, this wasn't a scuba issue actually it was an assert hit during a scuba test which broke the layout in a few. But nothing surfaces that because scuba is terrible |
#103214) Co-authored-by: Jonah Williams <jonahwilliams@google.com>
The internal test isn't even a test, its a scuba and completely worthless. /rant |
…#102962) (flutter#103214) Co-authored-by: Jonah Williams <jonahwilliams@google.com>
…#103374) * [flutter_releases] Cherry pick flutter-2.13-candidate.7 changes (#103206) * Revert "Fix jumping when doing long press for selecting text (#102270)" (#103142) This reverts commit 6ea4aef. * Roll engine with Cps * Fix engine hash * [flutter_releases] partial revert of repaint boundary change (#102962) (#103214) Co-authored-by: Jonah Williams <jonahwilliams@google.com> * [flutter_releases] remove assert on markNeedsCompositingBitsUpdate #103227 (#103225) Co-authored-by: Casey Hillers <chillers@google.com> Co-authored-by: Jonah Williams <jonahwilliams@google.com>
Several scuba failures may be due to a bad interaction between this change and the visibility widget which uses Opacity. See https://buganizer.corp.google.com/issues/230559665