xamarin/Xamarin.Forms

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

開放

#6,836 建立於 2019年7月10日

 (5 則留言) (0 個反應) (0 位負責人)C# (1,926 個分叉)batch import
a/stylee/4 :clock4:help wantedt/bug :bug:up-for-grabs

倉庫指標

星標
 (5,644 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南