unoplatform / uno

Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
https://platform.uno
Apache License 2.0
8.77k stars 706 forks source link

[WASM] `CheckBox` border changes color when checked then unchecked #13650

Open ramezgerges opened 1 year ago

ramezgerges commented 1 year ago

Current behavior

In the UI test ListView_ExpandableItemLarge_ExpandHeader_Validation, the checkbox is tapped, then tapped again. Normally, the initial and final states should be the same, but on WASM, the border of the checkbox becomes blueish, instead of the initial grey. Note that the UI test is not actually testing this specific problem, it's supposed to be testing ListView.Header, but it fails because of CheckBox instead.

Expected behavior

Final and initial border colors should be the same.

How to reproduce it (as minimally and precisely as possible)

Enable ListView_ExpandableItemLarge_ExpandHeader_Validation on Platform.Browser

Workaround

No response

Works on UWP/WinUI

None

Environment

No response

NuGet package version(s)

No response

Affected platforms

No response

IDE

No response

IDE version

No response

Relevant plugins

No response

Anything else we need to know?

No response

Youssef1313 commented 1 year ago

on WASM, the border of the checkbox becomes blueish, instead of the initial grey

Did you mean black? What I saw in CI screenshots is that it became black instead of #FF333333

MartinZikmund commented 11 months ago

Indeed, I have observed this before as well, very curious!