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
22.24k stars 1.76k forks source link

[MAUI] RefreshView C4 RefreshColor is not displayed correctly on Surface when refreshing. #16973

Open v-yanfw opened 1 year ago

v-yanfw commented 1 year ago

Description

When refreshing RefreshView C4 page, refresh spinner arrow is not change to red on Surface. Note: This issue does not repro on Android Simulator.

Steps to Reproduce

1.Deploy https://devdiv.visualstudio.com/Pkgs/_git/VS.TestAssets.Xaml?path=/Assets/Projects/ManualMauiTests to Windows. 2.Click or tap on category 'C' for 'RefreshView'. 3.Click or tap on test 'C4'.

  1. Pull down to initiate a refresh.

Expected outcome: The refresh spinner arrow's color is red, just like refresh on Android Emulator. image

Actual outcome: The refresh spinner arrow's color still keep black. image

Link to public reproduction project repository

https://devdiv.visualstudio.com/Pkgs/_git/VS.TestAssets.Xaml?path=/Assets/Projects/ManualMauiTests

Version with bug

Microsoft.Maui.Controls 8.0.0-nightly.9028+sha.8bf593a0b6-azdo.8295159

Is this a regression from previous behavior?

This bug is not a regression, it can be reproduced in the latest stable release: 8.0.0-preview.7.8842

Affected platforms

Windows

Affected platform versions

net8.0-windows10.0.19041.0

ghost commented 1 year ago

We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.

kevinxufei commented 8 months ago

Verified this issue with Visual Studio Enterprise 17.10.0 Preview 1 and Microsoft.Maui.Controls version is 8.0.6. Can repro on windows platform with repro steps.