If command for report the note on the current Excel cell pressed twice, presents the information in browse mode#15986
Conversation
…e, presents the information in browse mode
See test results for failed build of commit 66df28d83b |
|
I think this is not needed. Nvda has already its own handler for these notes and the nvda specific dialog with the coresponding note can be invoked with shift+f2 when focusing the relevant cell. See the MS Excel app module for more details. In this proposed change is a downgrade to the current behavior and most people will use shift+f2 because there you can even edit the note. |
|
Thank you very much, this is a feature I'm thinking of implementing, good job, please continue. |
For consistency, if #15987 is acceptable, then this PR should also be accepted. |
|
Please note the linting error, repeat is not definied |
|
did you test this? i'm not sure how this code would succeed |
See test results for failed build of commit a266137b50 |
|
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.
User guide reads well. The changes.txt text seems cumbersome to me - I would perhaps say:
- Excel: When "report any notes for the currently focused cell" (
NVDA+alt+c) is pressed twice, the information is shown in a window. (#15986, @tseykovets)
|
@tseykovets are you still working on this? |
|
@Adriani90, it seems to me that I have implemented everything that is needed. |
|
@tseykovets If everything is ready, switch the status of the PR from Draft to "ready for review". so that NV Access personnel can review your PR.
|
|
As requested three times previously, have you tested this? please do not mark as ready for review if you have not tested this. |
|
@tseykovets you need to solve the conflicts also in this PR, otherwise we cannot download a build with this PR to test. |
|
@tseykovets are you still working on this? Or should we close this as abandoned? |
|
At the end of 2023, I considered the implementation from this pull request to be complete and debugged. |
|
@tseykovets You can always perform your own AppVeyor builds of NVDA, in which case you do not need a local dev environment.
https://github.com/nvaccess/nvda/blob/master/projectDocs/dev/buildingNVDAOnAppVeyor.md
|
|
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, if no one is available to assist with the testing, we may need to consider closing this PR until testing can be completed. |
|
Closing as abandoned |
…ontent in browsable message. (#16878) Fixed #14628 Replaces abandoned #15986 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). Additionally, I added a type hint for the gestures.
Link to issue number:
This is a minor change that improves one command for Microsoft Excel.
Summary of the issue:
The text of cell notes 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 note in browse mode by pressing command twice (NVDA+Alt+C).
Description of user facing changes
The previously existing command for Microsoft Excel (NVDA+Alt+C) gained additional functionality when it is pressed twice.
Description of development approach
Testing strategy:
To test, just press the NVDA+Alkt+C command twice on the cell with the note.
The changes do not contain new code to interact with the operating system and Excel application.
Known issues with pull request:
No issues known.
Since the change does not contain new code to interact with the operating system and Excel application, it is not expected to affect any other functionality of NVDA.
Code Review Checklist: