tc:box with height on tree display was not able to display scroable body 
anymore.
---------------------------------------------------------------------------------

                 Key: TOBAGO-225
                 URL: http://issues.apache.org/jira/browse/TOBAGO-225
             Project: MyFaces Tobago
          Issue Type: Bug
    Affects Versions: 1.0.9
         Environment: JBoss 4
IE Browser
JAVA 1.5
            Reporter: Sam Wong
             Fix For: 1.0.9


I have a tree with a lot of nodes and leafs, It works on tobago 1.0.8 when the 
tree nodes expanded and reached the max of 200px, it display a vertical scroll 
bar.  Now it does not work anymore on tobago 1.0.9.

<tc:box height="200px" label="tree structure">
                                                <tc:panel>               
                <tc:tree value="#{riskIdentifyController.categoriesTree}"
                        state="#{riskIdentifyController.selectedCategories}"
                        id="categoriesTree" idReference="userObject.id"
                        nameReference="userObject.name" showIcons="true" 
showJunctions="true"
                        showRootJunction="true" showRoot="true" 
selectable="multiLeafOnly"
                        mutable="false">
                </tc:tree>
        </tc:panel>
</tc:box>

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