nvda icon indicating copy to clipboard operation
nvda copied to clipboard

MS Word browse mode: function "find" cause command ctrl+page down/up unavailable

Open surfer0627 opened this issue 9 years ago • 7 comments

When attempting to navigate through a document using NVDA commands, specifically NVDA+ctrl+f to find text and subsequently using ctrl+page down/up to move to the next/previous page, the "command unavailable".

Steps to reproduce:

  • Open the attachment. test_command_ctrl+pageDown.docx
  • Press NVDA+space to Switch to browse mode.
  • Press NVDA+ctrl+f to find text, and type "htm".
  • Press enter
  • Press ctrl+page down/up to move to next / previous page. command unavailable

surfer0627 avatar Jan 05 '17 07:01 surfer0627

I can reproduce this with Microsoft Word 2013. Even after closing nvda I can no longer use ctl+page down In case anyone is wondering about the difference between page down and ctrl+pagedown is that:

  • page down moves by one "screen"
  • ctrl + page down moves to the start of the next page.

I can not see any errors in the log.

feerrenrut avatar Jan 06 '17 06:01 feerrenrut

Maybe, due to the command conflict, which caused ctrl+page down/up unavailable. If we try to "disable Ctrl+PageDown/up going to next search result", then command work as expected. My question is that Do we have an easier way to set this?

surfer0627 avatar Jan 06 '17 08:01 surfer0627

Probably caused by interacting with MS Word's range.find object. it must change MS Word's "go to" settings, even though we don't access the UI. If we can work out exactly what setting changed, we could save and restore it.

michaelDCurran avatar Jan 06 '17 08:01 michaelDCurran

Specifically in NVDAObjects.window.winword.WordDocumentTextInfo.find

michaelDCurran avatar Jan 06 '17 08:01 michaelDCurran

Hello!

I also reproduce on Word 2013. Remember that Control+PageDown, after a Word find command, is to find next ocurrence, and Control+PageUp to find prior ocurrences.

Rui

-----Mensagem Original----- De: Reef Turner Data: 6 de janeiro de 2017 06:29 Para: nvaccess/nvda Cc: Subscribed Assunto: Re: [nvaccess/nvda] MS Word browse mode: function "find" cause command ctrl+page down/up unavailable (#6698)

I can reproduce this with Microsoft Word 2013. Even after closing nvda I can no longer use ctl+page down In case anyone is wondering about the difference between page down and ctrl+pagedown is that:

page down moves by one "screen" ctrl + page down moves to the start of the next page.

I can not see any errors in the log.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

ruifontes avatar Jan 06 '17 12:01 ruifontes

@surfer0627, @ruifontes are you still having this issue in MS Office 2016, 2019 or 365? Support for Office 2013 has completely ended in April 2023. So if you are not having this issue in newer MS Office versions, I vote for closing this issue.

Adriani90 avatar Feb 20 '24 22:02 Adriani90

Hi @Adriani90, I still have this issue in MS Office 2016.

surfer0627 avatar Feb 21 '24 01:02 surfer0627