After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 569327 - internal hyperlinks don't link to the right destination
internal hyperlinks don't link to the right destination
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: PDF
2.24.x
Other Linux
: Normal normal
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-27 13:14 UTC by Josselin Mouette
Modified: 2009-02-01 10:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Josselin Mouette 2009-01-27 13:14:50 UTC
[ Original report from Denis Laxalde: http://bugs.debian.org/513150 ]

For some documents (e.g. [1]) internal hyperlinks don't link to the right place.
Xpdf (and other viewers) don't have this problem. In evince, although the mouse
"pop-up" displays the correct page number of the link, clicking on the link does
not go the right destination.

[1] http://cel.archives-ouvertes.fr/docs/00/35/17/13/PDF/polyMNb.pdf
Comment 1 Carlos Garcia Campos 2009-02-01 10:16:03 UTC
That's a bug in the document itself, it contains wrong destination like this:

/D[ 59 0 R/FitH 10000]

I've fixed it (svn r3396) anyway by using the page height when the top is invalid. 

Thanks for reporting.