Bugs item #794469, was opened at 2003-08-25 05:56
Message generated for change (Settings changed) made by fgiust
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=794469&group_id=73068

Category: None
Group: after 1.0
>Status: Deleted
Resolution: None
Priority: 7
Submitted By: Ralph Schaer (rasch)
Assigned to: fabrizio giustina (fgiust)
Summary: autolink and maxlength problem

Initial Comment:
There is a problem with the autolink feature when you 
use it together with
maxLength. The a href contains the chopped value 
instead of the full value:
<a 
href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]
...</a>

I created a patch for Column.java and LinkUtil.java. With 
that it works correct:
<a 
href="mailto:[EMAIL PROTECTED]">averylongemail@
mail...</a>

----------------------------------------------------------------------

>Comment By: fabrizio giustina (fgiust)
Date: 2004-09-21 21:31

Message:
Logged In: YES 
user_id=798060

moved to the new JIRA tracker
http://jira.codehaus.org/browse/DISPL-1

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=794469&group_id=73068


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to