-
-
Notifications
You must be signed in to change notification settings - Fork 632
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
Unable to find status bar in Office aplications #649
Comments
Comment 2 by mdcurran on 2010-12-02 02:17 |
Comment 3 by aleksey_s on 2011-02-08 08:54 |
Comment 4 by jteh on 2011-06-09 07:10 |
Comment 5 by mdcurran on 2011-09-13 00:44 |
Comment 6 by kevinchao89 on 2011-09-13 10:21 |
Comment 7 by kevinchao89 on 2011-09-13 10:22 |
Comment 8 by mdcurran on 2011-09-13 10:47 |
Comment 9 by mdcurran on 2011-09-13 10:49 |
Attachment fix - 649 - status bar in office 2010.patch added by manish on 2013-06-27 12:47 |
Comment 10 by manish on 2013-06-27 12:49 |
Comment 11 by jteh on 2013-06-28 00:36 We should probably fix api.getStatusBar to use api.getDesktopObject().objectFromPoint instead of using IAccessible specifically. However, even if we did, it appears (at least in Office 2007) that object doesn't report as being native UIA, so we would never use UIA for it anyway. Also, this doesn't fix the problem on Windows Vista and below where UIA isn't available for NVDA. One concern I have with the patch is that it relies on the string "Status Bar", which is probably different in non-English versions of Office. |
Comment 12 by nishimotz on 2013-06-28 10:31
However, I don't know such a approach is appropriate or not. |
Comment 13 by manish (in reply to comment 11) on 2013-06-28 10:58 For vista and earlier systems without UIA, we may still need the earlier patch. I have asked Takuyasan to test this with Japanese office to see if it works. This fix has an impact on ticket #2816. The status bar window class name is "NetUIHWND" and if we use the desktopObject.objectFromPoint() fix here, we cannot put this class name in BadUIAWindowClassNames collection as we were planning to fix ticket 2816. Replying to jteh:
|
Comment 14 by manish (in reply to comment 12) on 2013-06-28 11:01 Replying to nishimotz:
|
Attachment fix - 649 - Api.getStatusBar- uses correct api.patch added by manish on 2013-06-28 11:02 |
Comment 16 by mdcurran on 2013-07-02 04:48 |
I can read both the status bar in Word and Excel 2016 using nvda+shift+end in laptop lay-out |
Testing on MS Word 2016 and MS Excel 2016: Zoom factor, Word count and macro status etc is reported when pressing NVDA+end or NVDA+shift+end. So at least in word and Excel 2016 I cannot reproduce it. I will test tomorrow in Office 2010. |
Tested in MS Office 2010, it works as expected. I cannot reproduce this issue. |
Hu, How about in 2013/ If someone can confirm this is working in 2013 (at least in majority of cases), then I vote this issue be closed. Thanks.
|
@fernando-jose-silva, could you please test this with Office 2013? Thank you. |
@Adriani90 |
Thank you @fernando-jose-silva for testing in Word 2013. Closing, as suggested in #649 (comment) |
Reported by ManuelRamos on 2010-05-13 23:56
It will be very usefull that NVDA can report status line in Microsoft Word, Excel, and so on.
Blocked by #3323
The text was updated successfully, but these errors were encountered: