Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Bug] Setting TextCell.DetailColor to Color.Default does not reset the color to the system default on iOS #10322

Open
paya-cz opened this issue Apr 14, 2020 · 0 comments
Labels
a/listview Problems with the ListView/TableView e/3 🕒 3 p/iOS 🍎 t/bug 🐛

Comments

@paya-cz
Copy link

paya-cz commented Apr 14, 2020

Description

On iOS, if I set a TextCell.DetailColor to non-default value and then revert back by setting it to Color.Default, the resultant color is different (black) to when I start with a Color.Default in the first place (looks like gray with a tint of blue).

Steps to Reproduce

  1. Create a new ListView with TextCells DetailColor initialized to Color.Default
  2. Change DetailColor to Color.Red
  3. Change DetailColor back to Color.Default

Expected Behavior

The resultant color should be the same as if the steps 2 and 3 were omitted.

Actual Behavior

The resultant color (black) is different to the initial color (gray).

Basic Information

  • Version with issue: 4.5.0.617
  • Last known good version: Unknown
  • IDE: Visual Studio Community 2019 for Mac, Version 8.5.2 (build 13)
  • Platform Target Frameworks:
    • iOS: 8.0
  • Nuget Packages: Xamarin.Forms

Screenshots

Screenshot 2020-04-14 at 10 22 49

Screenshot 2020-04-14 at 10 22 57

Reproduction Link

cellcolors.zip

Workaround

None.

@paya-cz paya-cz added s/unverified New report that has yet to be verified t/bug 🐛 labels Apr 14, 2020
@pauldipietro pauldipietro added this to New in Triage Apr 14, 2020
@jsuarezruiz jsuarezruiz added a/listview Problems with the ListView/TableView p/iOS 🍎 labels Apr 14, 2020
@samhouts samhouts added e/3 🕒 3 and removed s/unverified New report that has yet to be verified labels Apr 17, 2020
@samhouts samhouts moved this from New to Ready For Work in Triage Apr 17, 2020
@samhouts samhouts added this to To do in iOS Ready For Work Apr 21, 2020
@samhouts samhouts removed this from Ready For Work in Triage Apr 21, 2020
@samhouts samhouts added this to the 5.0.0 milestone Aug 13, 2020
@samhouts samhouts added this to To do in vNext+1 (5.0.0) Aug 13, 2020
@samhouts samhouts removed this from the 5.0.0 milestone Nov 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/listview Problems with the ListView/TableView e/3 🕒 3 p/iOS 🍎 t/bug 🐛
Projects
Development

No branches or pull requests

3 participants