Skip to content

fix: revert "render Text in an NSTextView (#2286)" - #2676

Merged
Saad Najmi (Saadnajmi) merged 3 commits into
microsoft:mainfrom
Saadnajmi:fabric/revert
Sep 10, 2025
Merged

fix: revert "render Text in an NSTextView (#2286)" #2676
Saad Najmi (Saadnajmi) merged 3 commits into
microsoft:mainfrom
Saadnajmi:fabric/revert

Conversation

@Saadnajmi

@SaadnajmiSaad Najmi (Saadnajmi) commented Sep 5, 2025

Copy link
Copy Markdown
Collaborator

Summary:

Revert #2286

There are 3 commits that make Text Selection work via NSTextView on Fabric, but we only ever merged two of them in. The 3rd (currently in #2673 ) is a work-in-progress, as it currently doesn't work.

I need to debug why text selection doesn't work, but as it stands, the diffs to render with an NSTextView add more complexity for not much gain without it. I'd rather reland all the commits together and test with an implementation of Text closer to iOS in the meanwhile.

Test Plan:

CI should pass

@Saadnajmi
Saad Najmi (Saadnajmi) requested a review from a team as a code ownerSeptember 5, 2025 22:53
@SaadnajmiSaad Najmi (Saadnajmi) changed the title revert: undo "render Text in an NSTextView (#2286)" fix: revert "render Text in an NSTextView (#2286)" Sep 10, 2025
@Saadnajmi
Saad Najmi (Saadnajmi) merged commit 66f8fbe into microsoft:mainSep 10, 2025
55 of 57 checks passed
@Saadnajmi
Saad Najmi (Saadnajmi) deleted the fabric/revert branch September 10, 2025 18:41
Saad Najmi (Saadnajmi) added a commit to Saadnajmi/react-native-macos that referenced this pull request Sep 10, 2025
Sign up for freeto 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.

2 participants

@Saadnajmi@amgleitman