You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Emond Papegaaij (Resolved) (JIRA)" <ji...@apache.org> on 2012/01/02 09:34:30 UTC

[jira] [Resolved] (WICKET-4224) DataTable markup : change SPAN to DIV

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

Emond Papegaaij resolved WICKET-4224.
-------------------------------------

    Resolution: Fixed
      Assignee: Emond Papegaaij

Patch is applied
                
> DataTable markup : change SPAN to DIV
> -------------------------------------
>
>                 Key: WICKET-4224
>                 URL: https://issues.apache.org/jira/browse/WICKET-4224
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.4.19, 1.5.2
>            Reporter: Pierre Goiffon
>            Assignee: Emond Papegaaij
>             Fix For: 6.0.0
>
>         Attachments: 0001-WICKET-4224-replace-spans-with-wicket-container-in-D.patch
>
>
> When creating a DataTable, you get SPAN in each TH (HeadersToolbar.html) and TD (DataTable.html). When you have to insert block elements in your TD, it's a problem because a block element can't be inserted in an inline element such as SPAN.
> For exemple the following html is not valid :
> <td><span><div>...
> I'm asking for a change in both HTML to get DIV instead of SPAN.
> Existing apps would only be affected through CSS selectors (and possibly JS), if they have such ones. Must be very rare.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira