question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Windows Magnifier not following text caret when accessibility support is enabled

See original GitHub issue
  • VSCode Version: Code 1.48.2 (a0479759d6e9ea56afa657e454193f72aef85bd0, 2020-08-25T10:13:11.295Z)
  • OS Version: Windows_NT x64 10.0.19041

Steps to Reproduce:

  1. Launch VSCode and make sure accessibility support is enabled. 2.open/create a file. The file should be on multiple lines with decent length of lines. IE settings.json.
  2. Launch magnifier, and ensure that it is set to follow the text cursor.
  3. Try to navigate the file without editing it (IE with just the arrow keys).

Expected behaviour

  • Magnifier should follow the caret as it moves.

Actual behaviour

  • Magnifier may initially follow the caret, but will drift away from it over time.
  • Inserting new characters seems to reset the detected caret position to the actual one, but deleting characters doesn’t.

I conjecture that this is because the textbox used for the accessible editor isn’t properly syncronised with the displayed editor, but I’m not familiar enough with the internals to know for sure.

There are a number of closed issues for this bug, but, testing both in stable and nightly, I am still experiencing it.

Does this issue occur when all extensions are disabled?: Yes

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:22 (15 by maintainers)

github_iconTop GitHub Comments

1reaction
isidorncommented, Oct 25, 2022

Thanks! Created a follow up issue https://github.com/microsoft/vscode/issues/164591

1reaction
isidorncommented, Aug 31, 2020

@alexdima I can look into all the changes and do some bisection.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Setting up and using Magnifier - Microsoft Support
Magnifier enables you to zoom in on parts of your display. By default, it opens in full screen and will follow your mouse...
Read more >
Change Where to Keep Text Cursor While Using Magnifier in ...
Open the Settings app. · Go to Ease of Access > Magnifier. · Find the Keep the text cursor drop list under Change...
Read more >
Windows gets Text cursor, Magnifier & Screen reader ...
It will highlight each word that is spoken and will scroll content into view if it is not currently displayed. It is also...
Read more >
Windows 11 Accessibility Magnifier Demonstration - YouTube
Professor Robert McMillen shows you a demonstration of the Windows 11 magnifier for accessibility issues.
Read more >
Magnifier and Low Vision Features in Windows 10 - YouTube
This session is intended to demonstrate the low vision accessibility features in Windows 10, including features recently introduced in the ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found