You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
observe the window shows Ln, Col information in the status bar:
start VoiceOver or NVDA and move the cursor in the editor
observe the window detects a screen reader is attached and no longer shows the Ln, Col information in the status bar:
Press ctrl+r: Observe the screen reader is no longer detected
I believe this has to do with how we create the window in the main process and how we pass configuration options to the window.
I have the same code path for accessibilitySupportEnabled as for isISOKeyboard -- we wrote this together, but it appears this is not functioning correctly for the reload window case. What else is needed to get the reload case working too?
The text was updated successfully, but these errors were encountered:
Possible root cause for #26506
scripts\code.bat
and open an editorPress ctrl+r: Observe the screen reader is no longer detected
I believe this has to do with how we create the window in the main process and how we pass configuration options to the window.
I have the same code path for
accessibilitySupportEnabled
as forisISOKeyboard
-- we wrote this together, but it appears this is not functioning correctly for the reload window case. What else is needed to get the reload case working too?The text was updated successfully, but these errors were encountered: