Hi,

In the following MWE, the interactive link work only when setting focus=fit.

The resulting PDF differs as follows:

- focus=fit: This PDF has no named destinations. The link annotations on page 3 include destinations directly, and these destinations are correct.

- focus=<something else>: This PDF has named destinations in Root->Names with names (#2) and (#3) and these named destinations are completely correct. The problem is that the link annotations on page 3 reference named destinations by the names (tuf) and (knu).

\setupinteraction[state=start,focus=standard] %focus=fit
\starttext
\startsection[title=Hi There]
  \reference[tuf]{Tufte}%
  \input tufte
  \page
  \reference[knu]{Knuth}%
  \input knuth
  \page
  \about[tuf] and \about[knu].
\stopsection
\stoptext

This seems to be a bug. If so, then please confirm and tell if you intend to fix this.

Interestingly, with focus=standard, automatically generated links (e.g. with sections and \about) work as expected.

Regards,
Christoph