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 "Michael Mikhaylov (JIRA)" <xa...@incubator.apache.org> on 2007/10/29 20:48:50 UTC

[jira] Commented: (XAP-522) Widgets: TreeTable: TreeTable display issues

    [ https://issues.apache.org/jira/browse/XAP-522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538589 ] 

Michael Mikhaylov commented on XAP-522:
---------------------------------------

TabPane fix should also fix most FF table issues.

> Widgets: TreeTable: TreeTable display issues
> --------------------------------------------
>
>                 Key: XAP-522
>                 URL: https://issues.apache.org/jira/browse/XAP-522
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets: Table/Tree/TreeTable
>            Reporter: Trevor Oldak
>            Priority: Critical
>
> Run the following xal. The treetable appears smooshed and illegible.
> <xal xmlns="http://openxal.org/ui/html">
>     <rootPane>
>         <freePane width="1024px" height="768px">
>             <button height="25px" text="Button" width="100px" x="10px" y="10px"/>
>             <checkBox height="25px" text="Checkbox" width="100px" x="10px" y="50px"/>
>             <treeTable height="120px" width="280px" x="10px" y="90px">
>                 <column>
>                     <header text="Column #1"/>
>                 </column>
>                 <column>
>                     <header text="Column #2"/>
>                 </column>
>                 <row>
>                     <cell text="Tree Item 1"/>
>                     <cell text="Tree Item 1"/>
>                     <row>
>                         <cell text="Sub Tree Item 1"/>
>                         <cell text="Sub Tree Item 1"/>
>                     </row>
>                     <row>
>                         <cell text="Sub Tree Item 2"/>
>                         <cell text="Sub Tree Item 2"/>
>                     </row>
>                 </row>
>                 <row>
>                     <cell text="Tree Item 2"/>
>                     <cell text="Tree Item 2"/>
>                 </row>
>             </treeTable>
>         </freePane>
>     </rootPane>
> </xal>

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