6.0.0-beta1
7/3/25

[#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/05/2007 (6420 days ago)
Due
Updated 01/10/2009 (6018 days ago)
Assigned 12/06/2007 (6419 days ago)
Resolved 02/26/2008 (6337 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
01/10/2009 11:48:57 AM 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!
01/10/2009 09:35:42 AM 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';

...............................
02/26/2008 11:19:21 PM Jan Schneider Comment #4
State ⇒ Resolved
Reply to this comment
Fixed in CVS.
12/06/2007 03:27:18 PM Jan Schneider Version ⇒ HEAD
 
12/06/2007 03:26:49 PM Jan Schneider State ⇒ Assigned
Assigned to Jan Schneider
 
12/06/2007 09:34:11 AM 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)
12/05/2007 11:21:44 PM 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.
12/05/2007 09:05:31 PM 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