GNOME Bugzilla – Bug 343733
links dont work when pdf rotated
Last modified: 2006-12-09 16:46:14 UTC
Please describe the problem: when rotating a pdf that has links none of the links work on any rotation Steps to reproduce: browsing any of the pdfs here: http://www.mouser.com/index.cfm?handler=mousercatalog&map=mousercatalog626 and rotating left or right will show the issue Actual results: Expected results: Does this happen every time? Other information:
Agree, they just aren't implemented yet.
Created attachment 78008 [details] [review] patch of ev-view.c for implementation of working links in rotated documents i propose this patch - please comment how i can improve this code - since i'm little new to evince development.
Hi Radoslav, thanks a lot, the patch looks good to me. Just a minor comment, get_doc_point_from_offset() should be static, since it's private to ev-view. There is a comment in C++ format (//), please use C comments (/* */) instead.
Created attachment 78031 [details] [review] changed patch of ev-view for resolve this bug Thanks for comment. Here is new version of patch with suggested changes.
Thank you very much. It's applied in cvs head now.