You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2009/08/26 18:45:59 UTC

[jira] Resolved: (WICKET-2436) invalid DataTable markup breaks table layout

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

Igor Vaynberg resolved WICKET-2436.
-----------------------------------

    Resolution: Fixed

> invalid DataTable markup breaks table layout
> --------------------------------------------
>
>                 Key: WICKET-2436
>                 URL: https://issues.apache.org/jira/browse/WICKET-2436
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.1
>            Reporter: Daniel Peters
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.4.2, 1.5-M1
>
>
> I upgraded from 1.4.0 from 1.4.1 and noticed that my table toolbars are rendered diffrently. Some bottom-toolbars are suddenly at the top.
> The reason for that is the changed markup in 1.4.1.
> Every Toolbar has its own <thead></thead> or <tfoot></tfoot> now! 
> Normaly (like in <= 1.4.0) it should be one <thead> which includes all the <tr>s.
> Firefox only renders one tfoot at the bottom of the table and puts the rest at the top.
> To reproduce add more than one bottom-toolbar.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.