[CLOSED] 2.2 Example tree load many times

  1. #1

    [CLOSED] 2.2 Example tree load many times

    In Example Tree https://examples2.ext.net, when I click one node quickly and repeated click, the children of node will be loaded many times.

    Click image for larger version. 

Name:	QQ截图20130419202548.png 
Views:	31 
Size:	19.2 KB 
ID:	6073
    Last edited by Daniil; May 21, 2013 at 4:54 AM. Reason: [CLOSED]
  2. #2
    Yes, it is known issue, you can deactivate animation to prevent it, set for TreePanel
    Animate="false"
  3. #3
  4. #4
    A new option appeared, revision #5689.
    <ext:TreePanel runat="server">
        <View>
            <ext:TreeView runat="server" ToggleOnClick="true" />
        </View>
    </ext:TreePanel>
    It will go to the v2.5 release.
  5. #5
    Quote Originally Posted by Daniil View Post
    A new option appeared, revision #5689.
    <ext:TreePanel runat="server">
        <View>
            <ext:TreeView runat="server" ToggleOnClick="true" />
        </View>
    </ext:TreePanel>
    It will go to the v2.5 release.
    Thanks! and when v2.5 release?
  6. #6
    It is planned for the first quarter of 2014. It might happen on the next week.
  7. #7
    Quote Originally Posted by Daniil View Post
    It is planned for the first quarter of 2014. It might happen on the next week.
    Thank you!

Similar Threads

  1. Replies: 1
    Last Post: Apr 02, 2013, 5:50 AM
  2. Replies: 0
    Last Post: Dec 19, 2011, 12:11 AM
  3. Replies: 2
    Last Post: Oct 29, 2010, 10:04 AM
  4. [CLOSED] How to deselect the focus for the tree node in page load?
    By Etisbew in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 15, 2009, 10:02 AM
  5. [CLOSED] How to set the focus for the tree node in page load?
    By Etisbew in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 15, 2009, 8:43 AM

Posting Permissions