\setupinteraction[state=start,color=blue,%
contrastcolor=darkred,
style=rm,
click=yes,
display=new,
]
\startcomponent Test.tex
%\starttext
reference on \at[myref1]
reference in note\in[myref1]
reference: \at[myref1]n\in[myref1]
\page
text\footnote[myref1]{a footnote}
more text\footnote[myref2]{another footnote}
\stopcomponent
%\stoptext
If I run the file with \starttext…\stoptext, all is well.