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

Treat cross-references in Word as links. #6102

Closed
Qchristensen opened this issue Jun 22, 2016 · 2 comments
Closed

Treat cross-references in Word as links. #6102

Qchristensen opened this issue Jun 22, 2016 · 2 comments
Labels
app/microsoft-office p3 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority
Milestone

Comments

@Qchristensen
Copy link
Member

Word can have cross-references - links to other parts of a document (headings, list items, bookmarks, footnotes, etc). In Word 2016 you create these by pressing alt+s then r then f which opens a dialog box you can setup the exact link from.

The result is a field, code something like:

{ REF _Ref454364297 \h }

which also creates that _Ref454.... bookmark in the appropriate place (a heading in this example)

As this is really a "link", it would be good if NVDA Browse mode could recognise it as a link for navigating.

Note that part of this (and perhaps partly why it isn't already) is that there is currently no keystroke to activate the link - sighted users can hold control and click on the field - as with other links - however enter does not work in this case, it actually doesn't do anything at all and there is currently no other keystroke to activate it.

@jcsteh
Copy link
Contributor

jcsteh commented Jun 22, 2016 via email

@nvaccessAuto nvaccessAuto added the p3 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority label Jul 5, 2016
@feerrenrut feerrenrut self-assigned this Jul 26, 2016
feerrenrut added a commit that referenced this issue Aug 10, 2016
Issue #6102
Merge branch 'i6102-MSWordCrossRefLinks' into next
@feerrenrut
Copy link
Contributor

@Qchristensen A fix for this is now incubated. When you get a chance could you please test out cross references and hyperlinks on your versions of word (2007 / 2016)?

Next build:
https://ci.appveyor.com/project/nvaccess/nvda/build/next-13500,595afe6e/artifacts

@nvaccessAuto nvaccessAuto added this to the 2016.4 milestone Aug 31, 2016
feerrenrut added a commit that referenced this issue Aug 31, 2016
Cross Reference fields in Microsoft Word are now treated like hyperlinks. They are reported as links, and can be activated. (#6102)
@feerrenrut feerrenrut removed their assignment Aug 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app/microsoft-office p3 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority
Projects
None yet
Development

No branches or pull requests

5 participants