Widgets: Table: Long header causes content to be cut off
--------------------------------------------------------
Key: XAP-554
URL: https://issues.apache.org/jira/browse/XAP-554
Project: XAP
Issue Type: Bug
Components: Widgets: Table/Tree/TreeTable
Reporter: Trevor Oldak
Running the following xal gives different results in IE and FireFox
In IE, the right-hand side of the table gets cut off, leaving the user without
scrollbars or the remaining contents of the header
In FireFox, the end of the header is cut off.
<xal xmlns="http://openxal.org/ui/html">
<freePane width="300px" height="300px">
<table height="100px">
<column><header text="foo"/></column>
<column><header text="four score and seven years ago our
fathers brought for upon this continent a new nation"/></column>
<row>
<cell text="foo"/>
<cell text="Bar"/>
</row>
<row>
<cell text="foo"/>
<cell text="Bar"/>
</row>
<row>
<cell text="foo"/>
<cell text="Bar"/>
</row>
<row>
<cell text="foo"/>
<cell text="Bar"/>
</row>
<row>
<cell text="foo"/>
<cell text="Bar"/>
</row>
<row>
<cell text="foo"/>
<cell text="Bar"/>
</row>
<row>
<cell text="foo"/>
<cell text="Bar"/>
</row>
</table>
</freePane>
</xal>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.