[
https://issues.apache.org/jira/browse/JSPWIKI-900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14653564#comment-14653564
]
David Vittor commented on JSPWIKI-900:
--------------------------------------
The generated output comes out as such, which looks correct, however closing
the text area with "/>" seems not to render properly in both Firefox and Chrome.
{noformat}
<p>Please tell us why you like <a class="external"
href="http://en.wikipedia.org/wiki/Monty_Python">Monty Python</a><img
class="outlink" src="/images/out.png" alt="" />
</p>
<pre>
[{FormTextarea name='whyIlikeMontyPython' rows=5 cols=40}]
</pre>
<textarea name="nbf_whyIlikeMontyPython" rows="5" cols="40" />
<p />
<h3 id="section-WikiFormsPlugin-FormClose"> FormClose<a class="hashlink"
href="#section-WikiFormsPlugin-FormClose">#</a></h3>
<p>And, finally, an invisible closing element to denote that this form has
ended:
</p>
{noformat}
> Problem with the WikiFormsPlugin Text Area
> ------------------------------------------
>
> Key: JSPWIKI-900
> URL: https://issues.apache.org/jira/browse/JSPWIKI-900
> Project: JSPWiki
> Issue Type: Bug
> Components: Plugins, Templates and UI
> Affects Versions: 2.10.1
> Reporter: David Vittor
> Priority: Minor
>
> There is something wrong with the text area on the forms page. The problem
> can be seen on this page.
> https://jspwiki-wiki.apache.org/Wiki.jsp?page=WikiFormsPlugin
> The code snippet below does not render correctly. It breaks HTML syntax rules.
> {noformat}
> !! FormTextareas...
> Of course what good is a form without the abiltiy to have a multiline text
> area.
> Please tell us why you like [Monty
> Python|http://en.wikipedia.org/wiki/Monty_Python]
> {{{
> [{FormTextarea name='whyIlikeMontyPython' rows=5 cols=40}]
> }}}
> [{FormTextarea name='whyIlikeMontyPython' rows=5 cols=40}]
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)