You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "James Margaris (JIRA)" <xa...@incubator.apache.org> on 2007/03/27 23:22:32 UTC

[jira] Updated: (XAP-97) Widgets: treeTable: Misaligned background colors when column header not present

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

James Margaris updated XAP-97:
------------------------------

    Component/s:     (was: Widgets: Other)
                 Widgets: Table/Tree/TreeTable

> Widgets: treeTable: Misaligned background colors when column header not present
> -------------------------------------------------------------------------------
>
>                 Key: XAP-97
>                 URL: https://issues.apache.org/jira/browse/XAP-97
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets: Table/Tree/TreeTable
>            Reporter: Trevor Oldak
>            Priority: Minor
>
> Run this xal application:
> 					<table width="100%">
> 						<row>
> 							<cell text="Mail"/>
> 							<row>
> 								<cell text="Inbox"/>
> 							</row>
> 							<row>
> 								<cell text="Sent"/>
> 							</row>
> 							<row>
> 								<cell text="Junk"/>
> 							</row>
> 							<row>
> 								<cell text="Trash"/>
> 							</row>
> 							<row>
> 								<cell text="Drafts"/>
> 							</row>
> 								
> 						</row>
> 					</table>
> When you collapse those rows, the background color will be shifted to the left a bit.
> If you change the table to a treetable, the background problem will show even when the table is expanded.

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