Widgets: Table: Table height 0 if unspecified in horizontalFlowPane
-------------------------------------------------------------------

                 Key: XAP-210
                 URL: http://issues.apache.org/jira/browse/XAP-210
             Project: XAP
          Issue Type: Bug
          Components: Widgets
            Reporter: Trevor Oldak
            Priority: Minor


This is related to issue 162, though 162 is closed because the issue has 
changed.
A table such as this:
                                <table id="messagesTable">
                                        <column>
                                                <header text="Topic        "/>
                                        </column>
                                        <column>
                                                <header text="Type         "/>
                                        </column>
                                        <column>
                                                <header text="Content      "/>
                                        </column>
                                        <row height="50px">
                                                <cell height="25px" text="a" 
backgroundColor="#FF0000"/><cell text="b"/><cell text="c"/>
                                        </row>
                                </table>

Displays fine by itself.

However, this:

                        <horizontalFlowPane borderPosition="center" 
backgroundColor="#FF0000">
                                
                                <table id="messagesTable">
                                        <column>
                                                <header text="Topic        "/>
                                        </column>
                                        <column>
                                                <header text="Type         "/>
                                        </column>
                                        <column>
                                                <header text="Content      "/>
                                        </column>
                                        <row height="50px">
                                                <cell height="25px" text="a" 
backgroundColor="#FF0000"/><cell text="b"/><cell text="c"/>
                                        </row>
                                </table>
                                <label text="foo" height="100px"/>
                        </horizontalFlowPane>

Shows that the table collapses without a specified height


-- 
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