xamarin/Xamarin.Forms

[Bug] Color of FontImageSource does not change when Button is disabled

Offen

#6.836 geöffnet am 10.07.2019

 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (1.926 Forks)batch import
a/stylee/4 :clock4:help wantedt/bug :bug:up-for-grabs

Repository-Metriken

Stars
 (5.644 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Description

When a button which contains a FontImageSource and a text is disabled, only the text takes a different disabled color, not the fontImageSource.

Steps to Reproduce

  1. Create a button with an FontImageSource as the ImageSource and a text
  2. Disable the button
  3. The color of the text is changed but not the color of the icon of the FontImageSource

Expected Behavior

Both the text and the icon should have the same disabled color.

Actual Behavior

Only the text has a disabled color, not the icon.

Basic Information

  • Version with issue: Xamarin Forms 4.1
  • IDE: VS 2019

Screenshots

image

Contributor Guide