dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.84k stars 1.67k forks source link

[Bug] [Android] Inconsistent toolbar text color on interaction. #10660

Open BalachandarSelvam opened 1 year ago

BalachandarSelvam commented 1 year ago

Description

Created a sample with toolbar item in a content page. For customization I changed the toolbar text color to orange. In Android the toolbar item text color changes to default after interacting with the toolbar item.

  1. Output gif text

Note : All other platforms are working fine.

Steps to Reproduce

  1. Open and run the sample
  2. Click on "Open" text on top right corner.
  3. The text color changes to white.

Link to public reproduction project repository

https://github.com/BalachandarSelvam/Framework-bug/tree/main/ToolbarText-Bug

Version with bug

6.0.541

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

Android 9

Did you find any workaround?

No

Relevant log output

No response

ghost commented 1 year ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

Zhanglirong-Winnie commented 1 year ago

Verified this issue with Visual Studio 17.7.0 Preview 1.0. Can repro on android platform with sample project. Framework-bug-main.zip 10660

Bostomey commented 4 weeks ago

The issue where the color of the ToolbarItems changes when the text is updated still persists in the latest .NET MAUI version. This problem is blocking the deployment of our application.

Problem: Currently, the text color of the ToolbarItems changes when the text is modified. When a message is selected and then deselected for approval, the text color changes from its original white to black, making the text very difficult to read.

Desired Situation: The desired behavior is for the text color to remain consistent, ensuring that the text remains easily readable.