You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "John Hewson (JIRA)" <ji...@apache.org> on 2014/10/11 00:25:33 UTC

[jira] [Closed] (PDFBOX-113) Multiline textbox cannot accept multiple lines

     [ https://issues.apache.org/jira/browse/PDFBOX-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Hewson closed PDFBOX-113.
------------------------------
    Resolution: Invalid

convertToMultiLine no longer exists.

> Multiline textbox cannot accept multiple lines
> ----------------------------------------------
>
>                 Key: PDFBOX-113
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-113
>             Project: PDFBox
>          Issue Type: Bug
>          Components: AcroForm
>
> [imported from SourceForge]
> http://sourceforge.net/tracker/index.php?group_id=78314&atid=552832&aid=1375035
> Originally submitted by nobody on 2005-12-06 21:14.
> The class PDAppearance.java contains a bug in function
> convertToMultiLine. The line
> "result.append(value.substring(lastIdx,currIdx));"
> should be changed to
> "result.append(line.substring(lastIdx,currIdx));" as
> value may be null. This occurs when the
> PDField.setValue method is called and there are
> multiple lines (delimited by '\n') in the value.
> [comment on SourceForge]
> Originally sent by nobody.
> Logged In: NO 
> NOOB!
> FIX this NoW!!!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)