Skip to content

Skip invalidation on propagation (#25652)#25696

Merged
PureWeen merged 7 commits into
release/8.0.1xx-sr10from
backport_25652_to_sr10
Nov 6, 2024
Merged

Skip invalidation on propagation (#25652)#25696
PureWeen merged 7 commits into
release/8.0.1xx-sr10from
backport_25652_to_sr10

Conversation

@PureWeen
Copy link
Copy Markdown
Member

@PureWeen PureWeen commented Nov 5, 2024

Description of Change

Backporting #25652

* Skip Invalidation unless you're my immediate child

* - fix override on test

* Fix Legacy Layouts Invalidation Propagation

* - use invalidation args to propagate depth
# Conflicts:
#	src/Controls/src/Core/Page/Page.cs
#	src/Controls/src/Core/VisualElement/VisualElement.cs
@PureWeen PureWeen requested a review from a team as a code owner November 5, 2024 17:55
@PureWeen PureWeen requested review from Eilon and tj-devel709 and removed request for a team November 5, 2024 17:55
@PureWeen PureWeen added this to the .NET 8 SR10 milestone Nov 5, 2024
@PureWeen PureWeen merged commit e29ebff into release/8.0.1xx-sr10 Nov 6, 2024
@PureWeen PureWeen deleted the backport_25652_to_sr10 branch November 6, 2024 15:34
InvalidateMeasureLegacy(trigger, depth, int.MaxValue);
}

// This lets us override the rules for invalidation on MAUI controls that unfortunately still inheirt from the legacy layout
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

inherit

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants