6.0.0-RC7
6/22/26

[#5964] Error in lmage link coordinates
Summary Error in lmage link coordinates
Queue Horde Framework Packages
Queue Version HEAD
Type Bug
State Resolved
Priority 1. Low
Owners jan (at) horde (dot) org
Requester javier.mestre (at) gmail (dot) com
Created 12/5/07 (6774 days ago)
Due
Updated 1/10/09 (6372 days ago)
Assigned 12/6/07 (6773 days ago)
Resolved 2/26/08 (6691 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
5711 Jan Schneider Comment #6 Reply to this comment
PLZ Correct next in
....../horde/lib/Horde/NLS/coordinates.php
What does this have to do with this bug ticket? Please create a new ticket!
429 udekas (at) gmail (dot) com Comment #5
New Attachment: coordinates.php Download
Reply to this comment
PLZ Correct next in

....../horde/lib/Horde/NLS/coordinates.php

...............................

$coordinates['Kazakhstan']['49.800:73.150'] = 'Karaganda';

...............................

and add this:

...............................

$coordinates['Kyrgyzstan']['42.522:74.361'] = 'Bishkek';

$coordinates['Kyrgyzstan']['42.312:72.143'] = 'Talas';

$coordinates['Kyrgyzstan']['42.392:77.456'] = 'Cholpon-Ata';

$coordinates['Kyrgyzstan']['40.560:73.000'] = 'Jalal-Abad';

$coordinates['Kyrgyzstan']['40.314:72.472'] = 'Osh';

$coordinates['Kyrgyzstan']['41.254:76.000'] = 'Naryn';

...............................
2111 Jan Schneider Comment #4
State ⇒ Resolved
Reply to this comment
Fixed in CVS.
183 Jan Schneider Version ⇒ HEAD
 
493 Jan Schneider State ⇒ Assigned
Assigned to Jan Schneider
 
119 javier (dot) mestre (at) gmail (dot) com Comment #3 Reply to this comment
I'm using Beta 0.3.1  revision 1.62 (from 
http://cvs.horde.org/co.php?r=1.62&f=framework%2FFile_PDF%2FPDF.php)
4411 Jan Schneider Comment #2
State ⇒ Feedback
Reply to this comment
Do you really use the FRAMEWORK_3 branch? There have been lots of 
fixed in HEAD.
319 javier (dot) mestre (at) gmail (dot) com Comment #1
Priority ⇒ 1. Low
State ⇒ Unconfirmed
New Attachment: Tutorial6.zip Download
Queue ⇒ Horde Framework Packages
Summary ⇒ Error in lmage link coordinates
Type ⇒ Bug
Reply to this comment
If you look at the example, in the second page the image sould be a 
link, but is not.

The solution is to change in the image mthod of File_PDF class the 
call to _link

from:



$this->_link($x, $y, $width, $height, $link);



to:



$this->_link($x, $this->hPt-$y, $width, $height, $link);



Thanks in advance

Saved Queries