Skip to content
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

AppThemeBinding BarBackground with Brush in NavigationPage not working #24428

Open
kubaflo opened this issue Aug 25, 2024 · 3 comments · May be fixed by #24429
Open

AppThemeBinding BarBackground with Brush in NavigationPage not working #24428

kubaflo opened this issue Aug 25, 2024 · 3 comments · May be fixed by #24429

Comments

@kubaflo
Copy link
Contributor

kubaflo commented Aug 25, 2024

Description

I've created this bug as a follow-up to issue #24356 to ensure that the fix for the TabbedPage is handled separately from the fix for the NavigationPage. This separation is primarily for clearer testing and validation in UI tests.

Steps to Reproduce

No response

Link to public reproduction project repository

No response

Version with bug

8.0.80 SR8

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

iOS, Android

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

No response

Copy link
Contributor

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

@AlleSchonWeg
Copy link

Hi @kubaflo
thank you for fixing this issue!
Please keep in mind that a brush can be LinearGradientBrush, RadialGradientBrush or a SolidColorBrush. If i understand your PR correctly you fix only the LinearGradientBrush.

Thank you very much!

@kubaflo
Copy link
Contributor Author

kubaflo commented Aug 26, 2024

Hi @kubaflo thank you for fixing this issue! Please keep in mind that a brush can be LinearGradientBrush, RadialGradientBrush or a SolidColorBrush. If i understand your PR correctly you fix only the LinearGradientBrush.

Thank you very much!

It fixes both gradients

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants