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

Martin Grigorov resolved WICKET-3319.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M4
                   1.4.16

> AjaxEditableMultilineLabel generates invalid HTML
> -------------------------------------------------
>
>                 Key: WICKET-3319
>                 URL: https://issues.apache.org/jira/browse/WICKET-3319
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.14
>            Reporter: Peter Parson
>            Assignee: Martin Grigorov
>             Fix For: 1.4.16, 1.5-M4
>
>
> When using an AjaxEditableMultilineLabel, the generated markup looks like:
> <span onclick="[...]">
> <p>1st paragraph</p>
> <p>2nd paragraph</p>
> </span>
> This is invalid according to HTML spec (block elements (p) are not allowed 
> within inline elements (span)).
> AjaxEditableMultilineLabel should be using a <div> element instead of the 
> <span>.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to