-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Button text does not update when CharacterSpacing is applied #21488
Copy link
Copy link
Open
Labels
area-controls-buttonButton, ImageButtonButton, ImageButtonplatform/iospotential-regressionThis issue described a possible regression on a currently supported version., verification pendingThis issue described a possible regression on a currently supported version., verification pendings/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
area-controls-buttonButton, ImageButtonButton, ImageButtonplatform/iospotential-regressionThis issue described a possible regression on a currently supported version., verification pendingThis issue described a possible regression on a currently supported version., verification pendings/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
Button text is not updated by either setting the Button.Text property or updating binding property when CharacterSpacing is applied.
Steps to Reproduce
Link to public reproduction project repository
https://github.com/tdeborde2/ButtonCharSpacingIssue
Version with bug
8.0.3 GA
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
7.0.101
Affected platforms
iOS, macOS
Affected platform versions
No response
Did you find any workaround?
Calling SetAttributedTitle method resolves the issue.
Relevant log output
No response