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

Complete Support for ITextProvider and ITextRangeProvider #14333

Open
18 tasks
Tracked by #11903
chiaramooney opened this issue Feb 3, 2025 · 0 comments
Open
18 tasks
Tracked by #11903

Complete Support for ITextProvider and ITextRangeProvider #14333

chiaramooney opened this issue Feb 3, 2025 · 0 comments
Labels
Area: Accessibility Area: Fabric Support Facebook Fabric Area: Text Invalid Triage https://github.com/microsoft/react-native-windows/wiki/Triage-Process (label applied by bot) New Architecture Broad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabric Workstream: Accessibility Ensure RNW Fabric apps are properly accessible.
Milestone

Comments

@chiaramooney
Copy link
Contributor

chiaramooney commented Feb 3, 2025

Basic implementation of ITextProvider and ITextRangeProvider can be found in #14332. Several methods remain unimplemented. Waiting on accessibility results to determines which methods are most critical to accessibility compliance.

  • TextProvider::GetSelection
  • TextProvider::RangeFromChild
  • TextProvider2::GetCaretRange
  • TextProvider2::RangeFromAnnotation
  • TextRangeProvider::Clone
  • TextRangeProvider::Compare
  • TextRangeProvider::ExpandToEnclosingUnit
  • TextRangeProvider::FindAttribute
  • TextRangeProvider::FindText
  • TextRangeProvider::GetEnclosingElement
  • TextRangeProvider::MoveEndpointByRange
  • TextRangeProvider::MoveEndpointByUnit
  • extRangeProvider::ScrollIntoView
  • TextRangeProvider::RemoveFromSelection
  • TextRangeProvider::Select

Other scenarios:

  • Nested Text
  • Other React Native components nested inside text
  • Text expanding offscreen
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) label Feb 3, 2025
@chiaramooney chiaramooney added Area: Text Workstream: Accessibility Ensure RNW Fabric apps are properly accessible. Area: Fabric Support Facebook Fabric labels Feb 3, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot added the New Architecture Broad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabric label Feb 3, 2025
@chrisglein chrisglein added this to the Backlog milestone Feb 10, 2025
@chrisglein chrisglein removed the Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) label Feb 10, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot added the Invalid Triage https://github.com/microsoft/react-native-windows/wiki/Triage-Process (label applied by bot) label Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Accessibility Area: Fabric Support Facebook Fabric Area: Text Invalid Triage https://github.com/microsoft/react-native-windows/wiki/Triage-Process (label applied by bot) New Architecture Broad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabric Workstream: Accessibility Ensure RNW Fabric apps are properly accessible.
Projects
Status: No status
Development

No branches or pull requests

2 participants