Open CyrilleB79 opened 2 years ago
I'm not sure I understand point 2 are you sure points 2 and 3 are in the right order? As to the point 4 this is a duplicate of #5758 (never mint it is closed the issue still occurs), and #8460. NVDA's in process code has to receive focus event to inject in process and create a binding handle, and without binding handle we fallback to UIA support for MS Word regardless if version of MS Word has good enough support for UIA or not.
I'm not sure I understand point 2 are you sure points 2 and 3 are in the right order?
Thanks for reporting. The STR was actually erroneous. I have modified it, replacing steps 1 to 3 by steps 0 to 3; steps 4 to 6 remain unchanged.
As to the point 4 this is a duplicate of #5758 (never mint it is closed the issue still occurs), and #8460. NVDA's in process code has to receive focus event to inject in process and create a binding handle, and without binding handle we fallback to UIA support for MS Word regardless if version of MS Word has good enough support for UIA or not.
So does it just need that it cannot be fixed? If yes, I will let NVAccess label it accordingly, e.g. with a CANTFIX label.
The issue is not so important since the workaround is just to move the focus elsewhere and then back. But it bother me sometimes when I perform tests on Word.
@CyrilleB79 is this still the case with NVDA 2023.1 RC and last MS Word version?
It is still the case with NVDA 2023.1rc1.
MS Word version is still the same; it has not yet been upgraded by my company but it still belong to versions supported by MS. Anyway, given the explanation, Word version should not matter if you force UIA usage to "only if necessary", i.e. use object model when possible.
This issues has just been discussed on the NVDA mailing list in this thread, with an initial confusion on where the issue comes from (add-on or not).
I am adding a comment to this thread at the suggestion of two others, though I honestly don't think that the issue that this thread is intended to address is the only one, or perhaps the primary one, at play here. The reason I believe that is that Narrator is also not "playing at all well" with this form (or others) and I made a recording of what it's announcing and posted it on the NVDA group in the topic linked below.
I have used MS-Word fillable forms for years and with JAWS and NVDA. Both screen readers had invariably allowed me to tab through the forms, correctly announcing the various text fields, checkboxes, etc., based on the Help Text I have set up to display in the Status Bar, and that can also be brought up using F1 for that help text. NVDA is now simply not reporting either. I would suggest having a look at the topic: Call for Assistance/Replication: BusNoteForm.dotx - JAWS 2022 works, NVDA 2023.1 doesn't on the NVDA Group on Groups.io for an in-depth review of what's happening, including sound recordings I have made when working with JAWS, NVDA, and Narrator.
I would be happy to create an issue for this if this issue is not the right one. But I honestly have no idea of exactly what to report other than NVDA's not reading correctly for MS-Word fillable forms, and it used to.
Hi Brian
The issue you describe in your last comment is not the same as the one initially described in this issue.
For more details, I have added a new comment in the thread Call for Assistance/Replication: BusNoteForm.dotx - JAWS 2022 works, NVDA 2023.1 doesn't
So could you please open a new issue named "In Word, form labels do not read when using UIA" or something similar, with all the information of the issue template? Thanks.
So maybe this is the right issue to investigate the UIA enforcement issue on older MS Office versions, it seems it impacts also Office 2016 although there is simple work around to move the focus back and forth. cc: @lukaszgo1, @XLTechie. @CyrilleB79 are you still seeing this issue with NVDA 2024.1 Beta?
Addendum, but at the beginning: I'm leaving what follows because I think it's important that it remain on record, but I will acknowledge it didn't need to be said "now." I had accidentally not deleted the email from GitHub that got triggered by Cyrille's comment of April 29, 2023, so thought it was a fresh one. That is what triggered what follows on February 24, 2024:
What follows is probably going to come across as more aggressive than it's meant to, but I don't know how else to put it.
While I am a "more sophisticated than usual" end user about all things programming, I am still an end user. Issues often get reported more than once, or in slightly different spins, that all tie into the same root cause.
Github has the ability to "pull all the threads together" in terms of related issues making reference to each other. I cannot see any point in me, or any user, opening a new issue that is, at its core, just a retread of an existing issue or issues. If someone on the development team really feels that an additional issue, with a new title that references UIA is needed, then they should open it, making reference in it to any and all related issues that should be reviewed that are tied to it.
That should not ever be an end user's role, ever.
Let's avoid guesses! We don't know why UIA was used by the person who reported it misbehaves in Office 2013. Note that this issue still occurs but only if you haven't moved focus away from the document, and it was focused when restarting NVDA.
@CyrilleB79 are you still seeing this issue with NVDA 2024.1 Beta?
Yes, with NVDA 2024.1beta7, issue logically still present.
Steps to reproduce:
Actual behavior:
At step 3, each time I press up/down arrow, "edit read only" is reported befeore each line. Also there are issues with table navigation. All these issues are the ones encountered with UIA in this version of Word that does not support it yet very well.
At step 4, the Word document properties indicate that it is classified as UIA:
At step 5, navigation is normal, i.e. as when UIA is not activated.
At step 6, we can see that the Word document is not classified as UIA but as IAccessible:
Expected behavior:
At step 3, we should not encounter UIA bugs.
At step 4, Word document should be classified as at step 6, i.e. IAccessible properties.
Note:
A restart is required. The issue does not happen when just starting NVDA with ctrl+alt+N since the focus does not land in the Word document in this case, but on the taskbar.
System configuration
NVDA installed/portable/running from source:
Installed
NVDA version:
2022.1rc1
Windows version:
Windows 10 20H2 (x64) build 19042.1645
Name and version of other software in use when reproducing the issue:
Microsoft® Word 2016 (16.0.5290.1000) MSO (16.0.5278.1000) 32 bits
Other information about your system:
N/A
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, issue was already present in 2021.3.x and probably also before.
If NVDA add-ons are disabled, is your problem still occurring?
Yes, tests made without add-ons.
Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?
Yes