"focus=width" is the problematic part. Replace it with "focus=standard" and it will work better (it isnâÂÂt perfect either [there is a bug reported before]).
\enabletrackers[*destinations*] \setupinteraction[state=start, focus=standard] \starttext \completecontent \chapter{Chapter} \dorecurse{5}{\input knuth} \stoptext
It took me a while to realized the problem, because I didnâÂÂt have continious view enabled in evince.
I hope it is solved now.
Best,
Pablo -- http://www.ousia.tk
In other words the "focus=width" option causes the bug, and the workaround is to set it to "focus=standard", so at least you go to the right page....
Well that is at least a solution for publicing my material.
But I hope one day someone finds time to repair the bug.
Thanks,
Rob
One last word on this... Actually the "focus=standard" is fine, it keeps the viewer in the same status (fit width or fit height) as you had when clicking on the link. So this works fine. Greetings, Rob