Skip to content

NavigationBar properties not updating - fix#23076

Merged
PureWeen merged 4 commits into
dotnet:mainfrom
kubaflo:fix-22899
Aug 14, 2024
Merged

NavigationBar properties not updating - fix#23076
PureWeen merged 4 commits into
dotnet:mainfrom
kubaflo:fix-22899

Conversation

@kubaflo
Copy link
Copy Markdown
Contributor

@kubaflo kubaflo commented Jun 15, 2024

Issues Fixed

Fixes #22899
Fixes #23195
Fixes #11790

@kubaflo kubaflo requested a review from a team as a code owner June 15, 2024 15:12
@kubaflo kubaflo requested review from PureWeen and jsuarezruiz June 15, 2024 15:12
@dotnet-policy-service dotnet-policy-service Bot added the community ✨ Community Contribution label Jun 15, 2024
@PureWeen PureWeen added the area-navigation NavigationPage label Jun 20, 2024
@PureWeen
Copy link
Copy Markdown
Member

PureWeen commented Jun 20, 2024

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 3 pipeline(s).

@kubaflo kubaflo changed the title Title not updated after OnAppearing for TabbedPage - fix NavigationBar properties not updating - fix Jun 26, 2024
@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 3 pipeline(s).

@jfversluis
Copy link
Copy Markdown
Member

Looks like tests might be failing? Do we need to update the snapshots here?

@kubaflo
Copy link
Copy Markdown
Contributor Author

kubaflo commented Aug 9, 2024

Should work now, but we still need to grap snapshots once they are be generated

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 3 pipeline(s).

@kubaflo
Copy link
Copy Markdown
Contributor Author

kubaflo commented Aug 10, 2024

@jfversluis snapshots are ready

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 3 pipeline(s).

@jfversluis jfversluis self-assigned this Aug 10, 2024
@PureWeen PureWeen merged commit fa9e370 into dotnet:main Aug 14, 2024
@samhouts samhouts added fixed-in-net9.0-nightly This may be available in a nightly release! fixed-in-net8.0-nightly This may be available in a nightly release! labels Aug 27, 2024
@marcojak
Copy link
Copy Markdown

I think this is causing a crash, precisely at NavigationPageToolbar.cs:line 210.

This happens when inside the OnAppearing method I try to set
(page.Detail as NavigationPage).BarBackgroundColor = ...

where page is a FlyoutPage.

This doesn't crash in the previous version of MAUI

@samhouts samhouts added fixed-in-9.0.0-rc.1.24453.9 fixed-in-8.0.90 and removed fixed-in-net9.0-nightly This may be available in a nightly release! fixed-in-net8.0-nightly This may be available in a nightly release! labels Sep 20, 2024
@samhouts samhouts added this to the .NET 8 SR9 milestone Sep 20, 2024
@MitchBomcanhao
Copy link
Copy Markdown

I think this is causing a crash, precisely at NavigationPageToolbar.cs:line 210.

This happens when inside the OnAppearing method I try to set (page.Detail as NavigationPage).BarBackgroundColor = ...

where page is a FlyoutPage.

This doesn't crash in the previous version of MAUI

I have the exact same issue, as referenced in #25114

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

Projects

Status: Done

6 participants