Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip some mappings when using formatted text #4174

Merged
merged 1 commit into from
Jan 18, 2022
Merged

Conversation

Redth
Copy link
Member

@Redth Redth commented Jan 17, 2022

On iOS, we have more mappings registered and they fire after the mapper that fires for FormattedText. Since these other ones also set the AttributedString on the platform control, they override what was in FormattedText.

This changes it so they do not, and FormattedText always takes priority.

Fixes #4172

image

On iOS, we have more mappings registered and they fire _after_ the mapper that fires for FormattedText.  Since these other ones also set the AttributedString on the platform control, they override what was in FormattedText.

This changes it so they do not, and FormattedText always takes priority.
@Redth Redth merged commit b7437d4 into main Jan 18, 2022
@Redth Redth deleted the ios-formattedtext-style-fix branch January 18, 2022 17:37
@github-actions github-actions bot locked and limited conversation to collaborators Dec 21, 2023
@samhouts samhouts added the fixed-in-6.0.200-preview.13.2 Look for this fix in 6.0.200-preview.13.2! label Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
fixed-in-6.0.200-preview.13.2 Look for this fix in 6.0.200-preview.13.2!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] iOS FormattedText doesn't render all styles correctly
3 participants