Bug 101648 - image link don't work
Summary: image link don't work
Status: RESOLVED FIXED
Alias: None
Product: kpdf
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Albert Astals Cid
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-16 21:28 UTC by Mikolaj Machowski
Modified: 2022-04-03 23:11 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
The file for posterity (173.16 KB, application/pdf)
2022-04-03 23:11 UTC, Albert Astals Cid
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mikolaj Machowski 2005-03-16 21:28:04 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc3.4.3 
OS:                Linux

Image as link isn't working

Check
http://skawina.eu.org/mikolaj/vst.pdf

Page 16. Works in acroread5, xpdf. In KPDF not.
Comment 1 Albert Astals Cid 2005-03-16 23:26:47 UTC
CVS commit by aacid: 

Fix bug 101648, thanks a lot for reporting Mikolaj
Do not assume that there can be only one objectrect in a given point, remove const ObjectRect * KPDFPage::getObjectRect( double x, double y ) const and add const ObjectRect * KPDFPage::hasObject( ObjectRect::ObjectType type, double x, double y ) const instead
BUGS:101648


  M +2 -2      core/page.cpp   1.21
  M +51 -53    core/page.h   1.11
  M +14 -14    ui/pageview.cpp   1.51
Comment 2 Albert Astals Cid 2022-04-03 23:11:27 UTC
Created attachment 147946 [details]
The file for posterity