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

EditContext: Take into account word wrap and position the screen reader content correctly #241189

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aiday-mar
Copy link
Contributor

@aiday-mar aiday-mar commented Feb 19, 2025

DRAFT

fixes #237493

Issue:

  • When word wrap is toggled, the text inside is not quite correctly aligned. I am using a different rendering logic to the text area edit context, so the text does not quite exactly align.
  • Need to transfer the logic from textAreaEditContext.ts to the screenReaderSupport.ts file. Especially as concerning the following code:
    • left value
    • width value

Then I can probably remove the word wrap code that was added in here.

@aiday-mar aiday-mar self-assigned this Feb 19, 2025
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.

Accessibility: Screen readers cut off lines in latest insider build
1 participant