View Issue Details

IDProjectCategoryView StatusLast Update
0000865contextbug reportpublic2013-11-25 22:58
ReporterJan Tosovsky Assigned ToHans Hagen  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
OSWindowsOS Version7 
Summary0000865: PDF bookmarks - incorrect titles for registers
DescriptionWhen custom titles for registers are specified, they are ignored in
bookmarks (register IDs are used instead). In the TOC they are displayed correctly though.
Steps To ReproduceMWE (ConTeXt 2013.11.14 & MkIV):

\setupinteraction[state=start]
\placebookmarks[chapter]
\setupinteractionscreen[option=bookmark]

\defineregister[indexname][indexnames]
\defineregister[indexsubject][indexsubjects]
\setupheadtext[indexname=Name Index]
\setupheadtext[indexsubject=Subject Index]

\starttext
\completecontent
\chapter{Chapter}text\indexname{primary}\indexsubject{primary}
\startbackmatter
\completeindexname
\completeindexsubject
\stopbackmatter
\stoptext
TagsNo tags attached.

Activities

Hans Hagen

2013-11-25 22:58

manager   ~0001132

you can use: \enabledirectives[references.bookmarks.preroll]

Issue History

Date Modified Username Field Change
2013-11-24 23:23 Jan Tosovsky New Issue
2013-11-25 22:58 Hans Hagen Note Added: 0001132
2013-11-25 22:58 Hans Hagen Status new => closed
2013-11-25 22:58 Hans Hagen Assigned To => Hans Hagen
2013-11-25 22:58 Hans Hagen Resolution open => fixed