-
Notifications
You must be signed in to change notification settings - Fork 37k
Disable explorer.compactFolders when accessibility mode is turned on #284888
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
base: main
Are you sure you want to change the base?
Conversation
📬 CODENOTIFYThe following users are being notified based on files changed in this PR: @bpaseroMatched files:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR implements accessibility improvements for the File Explorer by automatically disabling compact folders when screen reader mode is enabled. The issue #204861 indicated that compressed folder display is confusing for screen reader users, and this change addresses that by overriding the explorer.compactFolders setting when screen reader optimization is active.
Key Changes:
- Adds logic to disable tree compression when screen reader mode is enabled
- Listens for changes to screen reader mode and dynamically updates the tree compression state
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
Fixes #204861