Project

General

Profile

Actions

Defect #20153

open

Ajax indicator ajaxComplete/ajaxStop do not fire at (document).ready

Added by georgi ivanov over 8 years ago. Updated over 8 years ago.

Status:
Needs feedback
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

Ajax loading bar does not hide after the document jquery ajaxStart event fires it.

Temporary workaround would be if we add:

function hideAjaxIndicator() {
  $('#ajax-indicator').hide();
}
$(document).ready(function () {
  setTimeout(hideAjaxIndicator, 1000);
});

to application.js in public/javascript
which will force initial .hide on ajaxindicator.
Actions #1

Updated by Jean-Philippe Lang over 8 years ago

  • Status changed from New to Needs feedback

Can't reproduce. Please read SubmittingBugs.

Actions #2

Updated by Toshi MARUYAMA over 8 years ago

  • Description updated (diff)
Actions

Also available in: Atom PDF