Bug 101648

Summary: image link don't work
Product: [Applications] kpdf Reporter: Mikolaj Machowski <mikmach>
Component: generalAssignee: Albert Astals Cid <aacid>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: The file for posterity

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