Use UI automation for RICHEDIT60W in Microsoft Excel on Windows 10 and above#14839
Merged
Conversation
…t and return an empty string, logging a debugWarning. this can happen when the edit control is protected, such as in Excel's Protect sheet dialog.
…n on Windows 10 and above.
Contributor
seanbudd
reviewed
Apr 19, 2023
seanbudd
approved these changes
Apr 19, 2023
Contributor
|
It would be nice if this pr also fixes these issues mentioned by @CyrilleB79 |
Co-authored-by: Sean Budd <sean@nvaccess.org>
This comment was marked as resolved.
This comment was marked as resolved.
Contributor
|
@michaelDCurran, sorry, ignore my previous comment. I can see that you have closed the three issues (#6871, #8380 and #11512). Thanks for this confirmation! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to issue number:
Found when investigating #5221
Fixes #6871
Fixes #11512
Though both of these issues had already been avoided in Outlook 2016+ by #14280
Summary of the issue:
When arrowing through a password in the password field in the Protect Sheet dialog in Microsoft Excel (alt h o p), NVDA produces an error and says nothing. Similarly, when tabbing to that control and the cursor is already on a password character, NVDA produces an error and the focus is not announced at all.
Description of user facing changes
NVDA no longer fails to announce the focus when tabbing to the password field in Excel's Protect sheet dialog.
Description of development approach
So in summary, on Office 2016 win10+ the error is gone and NvDA can announce 'circle' when arrowing through password characters in the Protect sheet dialog.
On older versions of Office / Windows, the error is gone, though NVDA will announce 'blank' when arrowing through password characters.
Testing strategy:
Office 2016 on Windows 11:
Known issues with pull request:
On older Office versions / older windows versions, 'blank' is announced when arrowing through the characters. Though previously nothing was announced an an error was produced.
Change log entries:
New features
Changes
Bug fixes
NVDA no longer fails to announce focusing the password field in Excel's Protect Sheet dialog.
For Developers
Code Review Checklist: