If command for report the Word comment pressed twice, presents the information in browse mode#15987
If command for report the Word comment pressed twice, presents the information in browse mode#15987tseykovets wants to merge 4 commits into
Conversation
…formation in browse mode
|
The comment editing area in MS Word is not fully accessible, I second this feature. Thanks very much for that. I think a good approach as well would be to think about a nvda specific dialog like in Excel when pressing shift+f2. This would also allow for a more accessible way of editing comments, not only reading them. However, I also understand this is primarily the responsibility of Microsoft to get their part of accessibility done properly. |
See test results for failed build of commit fcfa4ff909 |
|
Thank you very much, this is a feature I'm thinking of implementing, good job, please continue. |
|
Thanks @tseykovets |
See test results for failed build of commit b36f92f09d |
|
Please note the linting error, repeat is not definied |
|
Have you tested this? Is it ready for re-review? If so, mark the PR as "ready for review" so it is no longer in draft state. |
|
have you tested this? please do not mark as ready for review if you have not tested this. |
Qchristensen
left a comment
There was a problem hiding this comment.
As with #15986, this will be a good feature for some users. The user guide reads well, and again I would make the changes.txt wording similar to my suggestion on the other PR:
- Word: When "report any comments at the current caret position" (
NVDA+alt+c) is pressed twice, the information is shown in a window. (#15987, @tseykovets)
|
@tseykovets are you still working on this? |
|
@Adriani90, it seems to me that I have implemented everything that is needed. |
|
@tseykovets you need to resolve the conflicts with the current master otherwise we cannot download any build to test. |
|
@tseykovets are you still working on this? Or should we mark this PR as abandoned? |
|
If you are unable to continue with this I would be happy to take over |
|
At the end of 2023, I considered the implementation from this pull request to be complete and debugged. |
|
You can find the build created by the pull request in the PR check for appveyor. |
|
As @seanbudd mentioned, PRs can only move from draft to ready status once testing has been successfully completed. Thorough testing is crucial to maintain the integrity and functionality of NVDA and is part of our Contribution Process (https://github.com/nvaccess/nvda/blob/master/projectDocs/dev/contributing.md#overview-of-contribution-process). We strongly advise authors to test their own code but if the author is unable to do the testing, collaboration with someone in the community to carry out that testing is then essential. If for some reason before you start you know that you cannot carry out the testing, we advise you find someone who can do the testing before you write your first line of code. You can use the issue ticket for this purpose, or reach out to the development community in one of the user/developer groups. For this PR, it looks like @cary-rowen may be able to assist with the testing. Otherwise we may need to consider closing this PR until testing can be completed. |
|
Closing as abandoned |
…t Content in Browsable message. (#16800) Partially fixed #14628 Replaces abandoned #15987 Thanks to @tseykovets for most of the work. Summary of the issue: Sometimes the text of comment is too long, in order to understand, we may need to navigate by sentence or by word. Description of user facing changes This pull request adds the ability to present the text of a comment in browse mode by pressing command twice (NVDA+Alt+C). Description of development approach A handler for the number of presses has been added to the script (if repeats). If pressed twice, presents the information in browse mode (ui.browseableMessage).
Link to issue number:
This is a minor change that improves one command for Microsoft Word.
Summary of the issue:
The text of comments often contains important voluminous information that is difficult to perceive in the mode of pronouncing a full phrase.
This pull request adds the ability to present the text of a comment in browse mode by pressing command twice (NVDA+Alt+C).
Description of user facing changes
The previously existing command for Microsoft Word (NVDA+Alt+C) gained additional functionality when it is pressed twice.
Description of development approach
Testing strategy:
To test, just press the NVDA+Alt+C command twice on the comment.
The changes do not contain new code to interact with the operating system and Word application.
Known issues with pull request:
No issues known.
Since the change does not contain new code to interact with the operating system and Word application, it is not expected to affect any other functionality of NVDA.
Code Review Checklist: