-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Bug] ToolbarItem icons no longer use bar text color on UWP #9162
Comments
Related to #9042. |
@samhouts @rmarinho This is due to the following changes made in Platform.cs in #8147: Removed
Added
When setting the |
@samhouts Just wanted to touch base on this issue as I see it is marked "Ready for Work". Since this is a noticeable regression, would there be any chance to get this one looked at soon? Thanks! |
This is on the backlog. I don't currently have an estimate of when we may begin work on this item, but we do prioritize regressions. Thank you for your patience! |
Over a year later and and still no hope of a fix on the horizon The biggest issue is not merely that the colours are incorrect but disabled icons are visually the same as enabled ones |
Description
ToolbarItem
icons no longer use (or inherit) theBarTextColor
property from the parentNavigationPage
on UWP.Note: Works fine in iOS, Android. Regressed on UWP in XF 4.3.991211.
Steps to Reproduce
Expected Behavior
The icon should be tinted to the color specified in the
BarTextColor
property.Actual Behavior
The icon is not updated and remains it's original color.
Basic Information
Screenshots
XF 4.3.0.947036 or below.

Icon is tinted white.
XF 4.3.0.991211 and above (incl 4.40-sr2).

Icon is not tinted.
Previously on 16299

Previously when building for 16299, this is how the command bar used to look.
Notice how the icon is properly scaled and is in larger. This is a separate issue reported in #9042.
Reproduction Link
See attached sample projects:
ToolbarIconTint_4.2.910310_Ok.zip
ToolbarIconTint_4.3.991211_Bad.zip
The text was updated successfully, but these errors were encountered: