Side navigation
#6373 closed bug (invalid)
Opened March 29, 2010 12:35PM UTC
Closed March 29, 2010 02:15PM UTC
Last modified June 19, 2012 03:12PM UTC
Async Tree View returning multiple server calls.
Reported by: | ritesh | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | unfiled | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi, i am using Asynchronous Tree View plugin. i found that if the option "unique" is set to true then the call to the server goes for all the nodes one by one and the tree data is populated for all the nodes.
In more details i can say if i have five nodes. i click on one of them to expand then the request to server goes five times one by one with different ids of the nodes.And the data of all the nodes are populated on click of just one node. this results in performance issue.
This issue should be reported directly to the plugin author.