[richfaces-issues] [JBoss JIRA] (RF-12659) ExtendedDataTable layout breaks when table element width set to 100%
Ken Finnigan (JIRA)
jira-events at lists.jboss.org
Wed Dec 12 21:16:18 EST 2012
[ https://issues.jboss.org/browse/RF-12659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ken Finnigan updated RF-12659:
------------------------------
Description:
If a rich:extendedDataTable is present on a page in which the following stylesheet rule is present, then each column width is stretched but the actual cell width isn't which causes the row lines to not stretch to the next column:
{code}
table {
width: 100%;
}
{code}
was:
If a rich:extendedDataTable is present on a page in which the following stylesheet rule is present, then each column width is stretched but the actual cell width isn't which causes the row lines to not stretch to the next column:
{code}
table {
width: 100%;
}
{code}
> ExtendedDataTable layout breaks when table element width set to 100%
> --------------------------------------------------------------------
>
> Key: RF-12659
> URL: https://issues.jboss.org/browse/RF-12659
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.3.0.M2
> Reporter: Ken Finnigan
> Assignee: Ken Finnigan
> Fix For: 4.3-Tracking
>
>
> If a rich:extendedDataTable is present on a page in which the following stylesheet rule is present, then each column width is stretched but the actual cell width isn't which causes the row lines to not stretch to the next column:
> {code}
> table {
> width: 100%;
> }
> {code}
--
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
More information about the richfaces-issues
mailing list