Dear list,

    \usemodule[ipsum]
    \setupinteraction[state=start]
    
    \starttext
    \completecontent
    \section{s1}\ipsum
    \section{s2}\ipsum
    \section{s3}\ipsum
    \section{s4}\ipsum
    \section{s5}\ipsum
    \section{s6}\ipsum
    \stoptext

In the table of contents, s1 and s2 (at page 1) are rendered in red, while others in green.

Moreover, when I click s4, it jumps to page 2 without locating the section precisely within the page.
This is not the case when using the latex hyperref package.

Does anyone know how to make the colors uniform and the links precise?

Any help is appreciated.

Sylvain