Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NVDA reads 'Shortcut, Page 1' when reading every line in Word 2013 #16197

Open
DanielVisionIreland opened this issue Feb 20, 2024 · 19 comments
Open

Comments

@DanielVisionIreland
Copy link

Steps to reproduce:

When arrowing down or using NVDA+A to read any Word 2013 document, NVDA announces "Shortcut, page 1" on every line navigated before announcing the text of the line.

Actual behavior:

When arrowing down or using NVDA+A to read any Word 2013 document, NVDA announces "Shortcut, page 1" on every line navigated before announcing the text of the line.

Expected behavior:

NVDA should not announce "Shortcut, page X" where X is the page number prior to each line.

NVDA logs, crash dumps and other attachments:

System configuration

NVDA installed/portable/running from source:

Installed

NVDA version:

2023.3

Windows version:

Windows 11 22H2

Name and version of other software in use when reproducing the issue:

Word 2013

Other information about your system:

Standard laptop

Other questions

Does the issue still occur after restarting your computer?

Yes

Have you tried any other versions of NVDA? If so, please report their behaviors.

Yes - Beta 2024.1B7

If NVDA add-ons are disabled, is your problem still occurring?

Yes

Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?

Yes

@XLTechie
Copy link
Contributor

XLTechie commented Feb 20, 2024 via email

@Adriani90
Copy link
Collaborator

Are you using UIA in MS Word enabled?
Please go to advanced settings in NVDA settings dialog and set the UIA in MS Word value to "only when necessary". Is this issue then still reproducible?

@DanielVisionIreland
Copy link
Author

Are you using UIA in MS Word enabled? Please go to advanced settings in NVDA settings dialog and set the UIA in MS Word value to "only when necessary". Is this issue then still reproducible?

Brilliant! This is the solution! Many thanks Adriani, much appreciated. Greetings from Ireland :-)

@Adriani90
Copy link
Collaborator

You are welcome.
I am closing this issue for now since UIA is not supported in Office 2013 or 2016, but only in Office 365 and there this problem does not occur.

@XLTechie
Copy link
Contributor

XLTechie commented Feb 23, 2024 via email

@lukaszgo1
Copy link
Contributor

This issue should not be closed, since our code actively tries not to use UIA for versions of Office which are too old. If this is not working we should investigate why rather than ask affected users to reconfigure NVDA. @DanielVisionIreland Would you be able to set your logging level to debug in the general settings, reproduce the problem and upload the log file to this issue?

@Adriani90
Copy link
Collaborator

@lukaszgo1 support for Office 2013 ended completely in April 2023:
https://support.microsoft.com/en-gb/office/end-of-support-for-office-2013-90e4b0d1-098f-4656-b6e7-8b13b67ed62f

In Office 2016 I cannot reproduce this problem. Do you still think it is worthwhile investigating?
@DanielVisionIreland what is the reason you still stay with Office 2013 instead of updating to 2016 at least?

@lukaszgo1
Copy link
Contributor

I do not particularly care about Office 2013 as such, however the code which forces UIA in recent enough builds of Office 2016 and later is very straight forward. If it does not work in some cases we should know why and improve it, to, for example, avoid enforcing UIA for non 365 versions of Office which are still in support. Looking at what can go wrong there it seems NVDA either fails to inject in process (which should work regardless of the Office version) or fails to retrieve version info from the executable (again that needs to be fixed regardless for which application it occurs).

@Adriani90
Copy link
Collaborator

@lukaszgo1 at this stage we don't really know if @DanielVisionIreland had this issue on a clean install of a NVDA or on a version that had UIA enabled explicitely.
@DanielVisionIreland which value had this UIA setting before you set it to "only when necessary"?

I think this is an edge case still and we need a new clear issue with clear str which shows that the default behaviour "where suitable" forces UIA on versions of MS Office older than 2016. Otherwise I don't see a way to investigate this further.

cc: @michaelDCurran for your information.

@XLTechie
Copy link
Contributor

XLTechie commented Feb 24, 2024 via email

@Adriani90
Copy link
Collaborator

Adriani90 commented Feb 24, 2024 via email

@XLTechie
Copy link
Contributor

XLTechie commented Feb 24, 2024 via email

@Adriani90
Copy link
Collaborator

@XLTechie I would let NV Access to decide if they want to invest time in investigating and reopening this, I am not sure we should do it for such old software. But maybe @seanbudd or @gerald-hartig can say something about it.
If the default value is not enforced correctly, then I agree we should reopen this. But this is not clear as of now.

@gerald-hartig
Copy link
Collaborator

@DanielVisionIreland While we prioritise compatibility with current software versions, we'd still like to clarify and potentially improve NVDA's behavior in these situations.

As other people have already suggested on this issue, could you please confirm whether the issue occurs with NVDA's default settings, or if the UIA setting was previously changed? Please set the logging level to "debug" in NVDA's general settings, reproduce the problem, and attach the NVDA log file to this issue.

This will help us determine if there's a bug in how NVDA chooses the appropriate accessibility method for older Office versions, and prioritise the investigation and fix. We think it is worth investigating this issue further if there is evidence that the logic for UIA engagement in Office applications is not functioning as intended. Even if a comprehensive fix for Word 2013 isn't feasible, we may be able to improve NVDA's behaviour for other users who require older versions of Word.

@DanielVisionIreland
Copy link
Author

@DanielVisionIreland While we prioritise compatibility with current software versions, we'd still like to clarify and potentially improve NVDA's behavior in these situations.

As other people have already suggested on this issue, could you please confirm whether the issue occurs with NVDA's default settings, or if the UIA setting was previously changed? Please set the logging level to "debug" in NVDA's general settings, reproduce the problem, and attach the NVDA log file to this issue.

This will help us determine if there's a bug in how NVDA chooses the appropriate accessibility method for older Office versions, and prioritise the investigation and fix. We think it is worth investigating this issue further if there is evidence that the logic for UIA engagement in Office applications is not functioning as intended. Even if a comprehensive fix for Word 2013 isn't feasible, we may be able to improve NVDA's behaviour for other users who require older versions of Word.

Hi Gerald
The install of NVDA 2023.3 we used was all default settings - there were no previous changes to the UIA settings. It will be Thursday before I can attach a log file (if still required) as I won't have access to the laptop until then. Let me know if you still require this!
Warmest Regards,
Daniel.

@DanielVisionIreland
Copy link
Author

@lukaszgo1 support for Office 2013 ended completely in April 2023: https://support.microsoft.com/en-gb/office/end-of-support-for-office-2013-90e4b0d1-098f-4656-b6e7-8b13b67ed62f

In Office 2016 I cannot reproduce this problem. Do you still think it is worthwhile investigating? @DanielVisionIreland what is the reason you still stay with Office 2013 instead of updating to 2016 at least?

Hi, it's not my personal decision to go up to a newer version of Office, I would if I could but it's out of my hands unfortunately.

@Adriani90 Adriani90 reopened this Feb 26, 2024
@Adriani90
Copy link
Collaborator

@DanielVisionIreland if you change now the UIA setting value back to the default value (default, where suitable), are you still seeing this issue?
I am just trying to find out if this is a one time thing or maybe also related to #13704. In Office 2016 it seems to occur only when restarting NVDA while focusing a document by using ctrl+alt+n or nvda+q and restart. But in Office 2013 might be worse indeed.

@gerald-hartig
Copy link
Collaborator

@DanielVisionIreland thanks for that. Log file is always helpful.

@DanielVisionIreland
Copy link
Author

@DanielVisionIreland if you change now the UIA setting value back to the default value (default, where suitable), are you still seeing this issue? I am just trying to find out if this is a one time thing or maybe also related to #13704. In Office 2016 it seems to occur only when restarting NVDA while focusing a document by using ctrl+alt+n or nvda+q and restart. But in Office 2013 might be worse indeed.


Hi, when I switch the UIA back to default, the problem does not return!
I attach two log files as requested...
nvda log with UIA default.txt
nvda log with UIA only when Neccessary.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants