You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Carlin Rogers (JIRA)" <de...@beehive.apache.org> on 2005/11/14 23:38:28 UTC

[jira] Updated: (BEEHIVE-1005) Don't add a "\n" after the textarea start tag rendering unless there's a leading blank line in a netui:textArea content.

     [ http://issues.apache.org/jira/browse/BEEHIVE-1005?page=all ]

Carlin Rogers updated BEEHIVE-1005:
-----------------------------------

    Fix Version: 1.1
                     (was: V1)
        Version: V1
                     (was: V1Alpha)
                     (was: V1Beta)
                     (was: v1m1)
       Priority: Minor  (was: Major)

> Don't add a "\n" after the textarea start tag rendering unless there's a leading blank line in a netui:textArea content.
> ------------------------------------------------------------------------------------------------------------------------
>
>          Key: BEEHIVE-1005
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-1005
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1
>     Reporter: Carlin Rogers
>     Assignee: Carlin Rogers
>     Priority: Minor
>      Fix For: 1.1

>
> When the netui:textarea contains blank line(s) in the beginning, the first blank line always gets removed.
> I will attach a repro app.  
> Repro Description:  Takes input from a text area and outputs it into another text area. If the first line from the input is a blank line then a carriage return is output after the textArea rendering and continue on with the text.  The blank line should be included in the rendered text area.
> Visual description:
> Enter the following into the first textbox: "\nMyText" (where \n is a return or the input from the datasource)
> Click Submit / Next Action
> Expected output of the second textbox: 
> <textArea>
> MyText</textArea>
> Actual output in the second textbox: 
> <textArea>
> MyText</textArea>
> The reason is the first \n is used as the return after the textArea tag instead of including the \n at the end of the rendered text area start tag.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira