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

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

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


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.


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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov reassigned WICKET-3319:
---------------------------------------

    Assignee: Martin Grigorov

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