xamarin/Xamarin.Forms
[Bug] Color of FontImageSource does not change when Button is disabled
开放
#6,836 创建于 2019年7月10日
a/stylee/4 :clock4:help wantedt/bug :bug:up-for-grabs
仓库指标
- 星标
- (5,644 个星标)
- PR 合并指标
- (30 天内没有已合并 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
- Create a button with an FontImageSource as the ImageSource and a text
- Disable the button
- 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
