You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Bertrand Guay-Paquet (JIRA)" <ji...@apache.org> on 2013/01/03 22:36:12 UTC

[jira] [Closed] (WICKET-4710) DataTable - Headers with OrderByBorder have invalid HTML markup

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

Bertrand Guay-Paquet closed WICKET-4710.
----------------------------------------

    
> DataTable - Headers with OrderByBorder have invalid HTML markup
> ---------------------------------------------------------------
>
>                 Key: WICKET-4710
>                 URL: https://issues.apache.org/jira/browse/WICKET-4710
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 6.0.0
>            Reporter: Bertrand Guay-Paquet
>            Assignee: Martin Grigorov
>              Labels: datatable
>             Fix For: 6.0.0
>
>         Attachments: screenshots.png
>
>
> WICKET-4690 changed the tag type to <div> for the content of DataTable cells. When a sortable column is used, this produces invalid HTML markup which can wreck css stylings.
> The markup is now:
> <th class="wicket_orderUp">
>   <a class="wicket_orderUp">
>     <div></div>
>   </a>
> </th>
> Note the <a> (inline element) containing a <div> (block element)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira