You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2011/01/10 21:40:45 UTC

[jira] Commented: (WICKET-3319) AjaxEditableMultilineLabel generates invalid HTML

    [ https://issues.apache.org/jira/browse/WICKET-3319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979742#action_12979742 ] 

Hudson commented on WICKET-3319:
--------------------------------

Integrated in Apache Wicket 1.4.x #379 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.4.x/379/])
    WICKET-3319 AjaxEditableMultilineLabel generates invalid HTML

Replace <span> with <div> for AjaxEditableMultilineLabel's MultiLineLabel

merge r1057326 from trunk


> 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.