Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0 RC1
-
Fix Version/s: 1.0 RC2
-
Component/s: HTML Generation
-
Labels:None
Description
====
imported from sf tracker
id 794469
submitted by Ralph Schaer - rasch
http://sourceforge.net/tracker/index.php?func=detail&aid=794469&group_id=73068&atid=536613
====
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:averylongemail@mail...">averylongemail@mail...</a>
I created a patch for Column.java and LinkUtil.java. With
that it works correct:
<a href="mailto:averylongemail@mail.com">averylongemail@
mail...</a>
imported from sf tracker
id 794469
submitted by Ralph Schaer - rasch
http://sourceforge.net/tracker/index.php?func=detail&aid=794469&group_id=73068&atid=536613
====
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:averylongemail@mail...">averylongemail@mail...</a>
I created a patch for Column.java and LinkUtil.java. With
that it works correct:
<a href="mailto:averylongemail@mail.com">averylongemail@
mail...</a>