
On Thu, Oct 6, 2011 at 4:08 PM, Stefan Müller
Hi,
I think I found a small bug. The interaction colors interact strangely with page breaks in certain cases. See the following example. I'm using ConTeXt 201110003 12:59 MkIV.
################################ \setupinteraction[state=start] \setupitemize[each][n, packed] \defineenumeration[myenum][text=Enumeration, location=top]
\starttext \dorecurse{9}{\input ward \par}
\startmyenum[enum] \startitemize \item Go to step \in[step]. \item[step] Step. \stopitemize \stopmyenum
Step \in[step] of \in{Enumeration}[enum]. These numbers shouldn't be red, should they? They are on the new page. \stoptext ################################
true; just put \page and colors are green %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \setupinteraction[state=start] \setupitemize[each][n, packed] \defineenumeration[myenum][text=Enumeration, location=top] \starttext \dorecurse{9}{\input ward \par} \startmyenum[enum] \startitemize \item Go to step \in[step]. \item[step] Step. \stopitemize \stopmyenum \page Step \in[step] of \in{Enumeration}[enum]. These numbers shouldn't be red, should they? They are on the new page. \stoptext %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% maybe a problem with the MVL -- luigi