View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000598 | luatex | luatex bug | public | 2011-03-20 21:53 | 2015-11-02 22:16 |
Reporter | Paul Isambert | Assigned To | Hans Hagen | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Fixed in Version | 0.85.0 | ||||
Summary | 0000598: Links disappear in boxes used with \copy. | ||||
Description | When \copy-ing a box containing a link, the link doesn't always follow. In the example, there is no link in the first two boxes; with another document, other "patterns" would appear, but as far as I can tell once a box is properly copied (i.e. with the link) on a given page all other copies on the same page work correctly. The problem arises in Lua too, i.e. using node.copy(box) or when creating a new box whose contents is the node.copy_list-ed head of the original box (in the latter case, links seems never to be copied, actually). Of course, this doesn't happen with pdfTeX. [My LuaTeX is rev. 4087] | ||||
Steps To Reproduce | \pdfdest name {here} xyz \setbox0=\hbox{\pdfstartlink goto name {here} GO! \pdfendlink} \copy0 \copy0 \copy0 \vfil\penalty-10000 \copy0 \copy0 \copy0 \bye | ||||
Additional Information | If you replace the the link with an annotation, as in: \setbox0=\hbox{\pdfannot{/Subtype/Link /A << /S/JavaScript /JS (app.alert("hello")) >>} GO!} then only the first box is without a link. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2011-03-20 21:53 | Paul Isambert | New Issue | |
2015-11-02 22:15 | Hans Hagen | Assigned To | => Hans Hagen |
2015-11-02 22:15 | Hans Hagen | Status | new => assigned |
2015-11-02 22:16 | Hans Hagen | Status | assigned => closed |
2015-11-02 22:16 | Hans Hagen | Resolution | open => fixed |
2015-11-02 22:16 | Hans Hagen | Fixed in Version | => 0.85.0 |