Multi-line comments accessibility for screen reader users #7876
Replies: 10 comments 10 replies
-
Great improve!!! It also happens with touchable devices 😉 |
Beta Was this translation helpful? Give feedback.
-
Yes, it would be really useful, especially for projects such as NVDA, developed for and partly by blind people people using keyboard only. |
Beta Was this translation helpful? Give feedback.
-
@benjiallen This is the discussion I created about the multi-line comments accessibility. Would be nice to have this feature screen-reader accessible. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Yes, it would be quite useful if gets implemented/fixed |
Beta Was this translation helpful? Give feedback.
-
@benjiallen What is the state of this topic? Any news? |
Beta Was this translation helpful? Give feedback.
-
And another half a year passed, even more. any updates on that? |
Beta Was this translation helpful? Give feedback.
-
Hello @Menelion - thank you for taking the time to provide this feedback! Our Accessibility team is actively working on this issue. We will follow-up here with any additional questions or updates. Thanks again! (cc @queenofcorgis) |
Beta Was this translation helpful? Give feedback.
-
Hello @Menelion - thank you for your patience on this issue! With the recent updates to comments, the accessibility team is hopeful that this has now been fully resolved for you 🤞🏻🤞🏻🤞🏻 When you have a chance, could you re-test? I’ve shared the team’s notes below in case they’re helpful:
|
Beta Was this translation helpful? Give feedback.
-
@cehfisher, happy to see that this topic is moving forward. I have tested with:
I have no success when trying to get the "Comment" button, unless I move the mouse pointer to navigator object. And even when I do this, and select many lines with shift+up/downArrows and native selection enabled or not, only one line is being commented at a time. Is this new multi-line comment capability documented somewhere for screen reader keyboard users so that I can follow it step-by-step? |
Beta Was this translation helpful? Give feedback.
-
Hello @Menelion and @CyrilleB79 - thank you for the additional testing and feedback! I’ve asked the accessibility team and testers to re-open the internal issue and shared your comments and links with them to ensure it’s reviewed and resolved. We really appreciate your help in improving this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I brought it zillion times on various Microsoft accessibility channels, adding it here and hoping for good.
I use GitHub every day with a screen reader (my preferred setup is Windows + Chrome + JAWS for Windows, but I tested with different combinations). When reviewing a pull request, if you use the mouse, you can select several consecutive lines and add a comment or suggestion for all of them at once. Screen reader users and, in fact, all keyboard users (I assume) have no such possibility.
The solution I proposed is quite simple: There are line numbers. Make them interactable via keyboard (I'd say something like toggle buttons with some ARIA on them), so a press would either select or unselect a line. then, if a user clicks that plus button (which is correctly labeled as Add Line Comment, which was done upon my request back then), a comment will be spread to all the selected lines. If a non-contiguous line is selected, the selection would then be expanded so all the lines until that one would be selected. So, if I click number 5 and then number 10, all lines from 5 to 10 inclusive would be selected.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions