sachravi
Junior Member
Posts: 3
Registered: 9/9/2005
Location: CA
Member Is Offline
|
| posted on 9/9/2005 at 10:50 PM |
|
|
Wierd Tree Behaviour
I am showing tree in a new window
I have noticed a strange problem:
Sometimes when I click link to open Tree, tree just shows root element and if I click it again it shows full tree. In both cases data coming from
server is same so its strange client side behaviour. If anybody has encountered same problem please reply back.
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 9/12/2005 at 07:06 AM |
|
|
Are you using free version of Tigra Tree Menu?
|
|
|
sachravi
Junior Member
Posts: 3
Registered: 9/9/2005
Location: CA
Member Is Offline
|
| posted on 9/12/2005 at 06:59 PM |
|
|
No its paid version Tigra Tree Pro
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 9/13/2005 at 11:05 AM |
|
|
The issue is probably in sharing tree states among pages.
To share the tree states across whole domain you need to define 'cookie_ext' key at tree_tpl var (tree_tpl.js):
'cookie_ext':'path=/;'
|
|
|