You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (Updated) (JIRA)" <ji...@apache.org> on 2011/11/16 08:32:52 UTC

[jira] [Updated] (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 ]

Martin Grigorov updated WICKET-4224:
------------------------------------

    Fix Version/s: 1.6.0

Set the Fix version to 1.6.0 because changing this may break quietly someone's application layout.
                
> 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
>             Fix For: 1.6.0
>
>
> 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