プロジェクト

全般

プロフィール

Vote #76487

未完了

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

Admin Redmine さんが約2年前に追加.

ステータス:
Needs feedback
優先度:
通常
担当者:
-
カテゴリ:
-
対象バージョン:
-
開始日:
2022/05/09
期日:
進捗率:

0%

予定工数:
category_id:
0
version_id:
0
issue_org_id:
20153
author_id:
130473
assigned_to_id:
0
comments:
2
status_id:
10
tracker_id:
1
plus1:
0
affected_version:
closed_on:
affected_version_id:
ステータス-->[Needs feedback]

説明

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.


journals

Can't reproduce. Please read [[SubmittingBugs]].
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

表示するデータがありません

他の形式にエクスポート: Atom PDF

いいね!0