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

Switch to optimized text #13647

Merged
merged 10 commits into from
Sep 6, 2024
Merged

Conversation

TatianaKapos
Copy link
Contributor

@TatianaKapos TatianaKapos commented Sep 3, 2024

Description

Switches to use new optimized Text.js since upstream deprecated the older version!

Type of Change

  • Bug fix (non-breaking change which fixes an issue)

Why

Resolves #13579

Changelog

no

@TatianaKapos TatianaKapos changed the title [WIP] switch to optimized text Switch to optimized text Sep 5, 2024
@TatianaKapos TatianaKapos marked this pull request as ready for review September 5, 2024 22:53
@TatianaKapos TatianaKapos requested review from a team as code owners September 5, 2024 22:53
@jonthysell
Copy link
Contributor

Does this PR fix the accessibility in Fabric issues as mentioned in the original bug?

@TatianaKapos
Copy link
Contributor Author

@jonthysell yes! When merging, it overwrote the default accessible value for windows, so added that back in and marked it as a windows change so it doesn't get changed in the future.

onStartShouldSetResponder != null) &&
_disabled !== true;

// TODO: Move this processing to the view configuration.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there an issue tracking this TODO?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is from upstream!

@TatianaKapos TatianaKapos merged commit 55e3207 into microsoft:main Sep 6, 2024
59 checks passed
@TatianaKapos TatianaKapos deleted the tk-text-fix branch September 6, 2024 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch Text.windows.js to use new optimized Text
4 participants