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

  • SEARCH
  • Home
  • 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 7518879
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T01:48:48+00:00 2026-05-30T01:48:48+00:00

I am performing a AJAX call after dismissing a Sheet. The problem is that

  • 0

I am performing a AJAX call after dismissing a Sheet. The problem is that when the slide transition finishes, Sencha unmasks the body, but AJAX request may still be running. How can I prevent the unmasking?

doSearch: function() {
    this.hide();

    // the controller handles this and tells the store to
    // load the data from an AJAX proxy
    this.fireEvent('search', ...);
}

Thanks.

  • 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-30T01:48:49+00:00Added an answer on May 30, 2026 at 1:48 am

    There is no easy way of doing this unfortunately. It is deeply hooked into the layout system and trying to prevent it will result in a bunch of masking issues.

    If you are using Sencha Touch 2, in your doSearch method, you could mask the the container immediately after hiding the sheet, so it looks like the mask has never disappeared.

    this.getParent().setMasked(true);
    

    And when the AJAX callback has finished:

    this.getParent().setMasked(false);
    

    You can also mask the viewport if you want to mask the entire screen:

    Ext.Viewport.setMasked(true);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am performing a jQuery .ajax() call that returns a List<string> of IP addresses
Now that most modern browsers support AJAX and client-side requests without performing a POST,
I am performing the following AJAX call: $(document).ready(function() { $.getJSON('https://sendgrid.com/api/user.stats.json', { 'api_user': 'me@mydomain.com', 'api_key':
I have a page that I am performing an AJAX request on. The purpose
It appears that both jQuery and ASP.Net MVC have ways of performing AJAX functions.
Here is my code in my jquery/javascript that is performing the ajax request... else
Okay, this is following on from my previous question reguarding performing a simple ajax
I'm having a problem when using the jquery .each() and .ajax() functions together. I'm
before i start of with anything i know that jQuery and Ajax are the
I am trying to perform an ajax call inside a form (a Drupal node

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.