Indicate that setting column/row headers in Word tables does not work for UIA#15617
Merged
Conversation
See test results for failed build of commit dba6fb04f2 |
See test results for failed build of commit fd7192e878 |
seanbudd
reviewed
Oct 12, 2023
Co-authored-by: Sean Budd <seanbudd123@gmail.com>
seanbudd
approved these changes
Oct 15, 2023
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:
Fixes #13006
Summary of the issue:
UIA has become the default in Word for people with recent versions of Word and running Windows 11. When they try to set the column/row headers in tables with NVDA+shift+C/R, the command does not work and they are confused.
The first row and the first column are however automatically treated as headers.
Description of user facing changes
Following the discussion in #13006, ^more specifically #13006 (comment), and considering that:
it has been decided to accept and document this limitation of being able to have headers only on the first row/column.
Thus the User Guide has been updated.
Also, in Word documents when using UIA, NVDA+shift+C/R now report an information so that user know that these commands are not supported nor needed anymore.
Notes:
When this fix is released in a stable release, we can evaluate if this information is enough for people or if they keep on asking the old way to manage column/row headers; we can then consider reopening #13006 (or opening a new similar issue) if needed.
Description of development approach
Two script added in the class for Word UI§A documents. These script have no description since they do not need to be discovered nor remapped in the Input gesture dialog. They're just here to give information to people trying to use the old way to handle row/column headers.
Testing strategy:
Known issues with pull request:
A similar issue exists for Excel. However, since UIA is still experimental in Excel, there is no point in adding confusion in the Excel paragraph of the User Guide.
Thus, the similar issue is not documented for Excel.
Change log entry
Not needed.
Code Review Checklist: