Widgets: treeTable: Misaligned background colors when column header not present
-------------------------------------------------------------------------------

                 Key: XAP-97
                 URL: http://issues.apache.org/jira/browse/XAP-97
             Project: XAP
          Issue Type: Bug
          Components: Widgets
            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.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to