Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4341196
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T11:27:07+00:00 2026-05-21T11:27:07+00:00

I have a TreePanel with a loader. I also have a TextField that, after

  • 0

I have a TreePanel with a loader. I also have a TextField that, after every keystroke (with buffer) reloads the loader.

If this was the case while a previous reload was happening, I want to cancel the current one and reload a new one. I currently have the abort working, but it prevents any reloads from there on….

// abort the previous call. Works, but then cant reload
thisTree.loader.abort(); 

// This works without the abort
thisTree.loader.baseParams.quicksearch_string = val;
thisTree.root.reload();.

Hopefully I am missing something fundamental, but cant seem to figure it out…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T11:27:08+00:00Added an answer on May 21, 2026 at 11:27 am
    abort : function(){
        if(this.isLoading()){
            Ext.Ajax.abort(this.transId);
        }
    },
    

    It looks like it is calling abort with the specific transaction ID of the request, so in my opinion it doesn’t seem like there are any asynchronous issues here. You can test this, however, by putting an alert between the abort and reload calls to make sure the abort fully finishes before the reload function creates a new transaction ID.

    I am, however, sort of surprised that:

    thisTree.root.reload();
    

    is working without the abort. What type of node is your root node? Ext.tree.AsyncTreeNode? The more common method I see is:

    tree.getLoader().load(tree.root);
    

    As from what I can see nodes do not always have a reload method.

    More information is needed though. What does happen when aborting and calling reload? Firebug doesn’t show any ajax requests?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm making a TreePanel that looks like this: At the moment I have it
I have a tree that is inside a <div> tag (id: treePanel). This tree
I have this treepanel and i want to call this.getId() method of mainpaneltree from
I'm using ExtJS 4 (beta 3) and I have a TreePanel that is my
I have a Menu that contains a TreePanel. The users need to be able
Ok so, i have this site that i am putting together in the play
I have following code i want that window opened uses Ext.layout.BorderLayout and also on
I'm using ExtJS 2.2.1 In my web app, I used to have a TreePanel
I have an Ext TreePanel which I'm trying to add some server-side pagination to.
I have a simple TreePanel. I would like to select a particular node upon

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.