gigaZhang / struts2-jquery

Automatically exported from code.google.com/p/struts2-jquery
0 stars 0 forks source link

Struts2-jquery-tree plugin is not working in IE 8 #1091

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
(This is for feature requests and bugs in Struts2 jQuery Plugin - for
getting help, please use the User Group.
http://groups.google.com/group/struts2-jquery )

What steps will reproduce the problem?
1. Creating a dynamic tree by using struts2-jquery-tree-plugin-3.6.1
2. The UI looking as a Tree Structure, but In IE the tree nodes are opening 
autiomatically on load of tree. I was try to hide the nodes by clcking the root 
node, but its not hiding.
3. In FireFox and other broswers its working fine, I was used the 
openAllOnLoad="false" tag also but no use. Except IE its working fine.

What is the expected output? What do you see instead?
When the Dynamic tree is created do not open childs on load untill n unless the 
user clicks on root node.

Which struts2 version?
struts2-core-2.3.3

Which struts2-jquery plugin version?
struts2-jquery-plugin-3.6.1, I have given a try with 
struts2-jquery-plugin-3.7.0.jar but no use. Its also have the same problem.

Please provide any additional information below.
Please let me know how to solve this problem. Below I have mentioned the my JSP 
code.
<sj:head jqueryui="true" jquerytheme="showcase" debug="false"/>

<sjt:tree id="bookId" 
        cssClass="jqueryTree"
        jstreetheme="apple"
        rootNode="%{booksTree}" 
        childCollectionProperty="booksList"
        nodeTitleProperty="bookName" 
        nodeIdProperty="bookId" 
        value="%{bookId}"
        label="bookName" 
        name="bookName" 
        onClickTopics="treeClicked" 
        openAllOnLoad="false" />

Original issue reported on code.google.com by brahmaia...@gmail.com on 31 Mar 2014 at 11:09

GoogleCodeExporter commented 9 years ago
Please let me know how to see the closed tree structure in IE. On Tree load 
automatically all the tree nodes are opening.

Original comment by brahmaia...@gmail.com on 31 Mar 2014 at 11:11