Actions
Bug #20493
closedAdd loading effect for technique editor tree
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Technique editor
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
When we arrive on technique editor, the is not fully loaded at once. It can be problematic with a lot of technique, we should add a loading effect before the tree is fully loaded.
Maybe use something like :
$(selector)
.bind('before.jstree', function(e, data) {
// invoked before jstree starts loading
})
.bind('loaded.jstree', function(e, data) {
// invoked after jstree has loaded
$(this).jstree("open_node", $(nodes[i]));
})
Updated by Raphael GAUTHIER almost 3 years ago
- Status changed from New to In progress
- Assignee set to Raphael GAUTHIER
Updated by Raphael GAUTHIER almost 3 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Raphael GAUTHIER to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/4089
Updated by Raphael GAUTHIER almost 3 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|43ebd6a6ac6e8aa17220fee3a23542089319d29d.
Updated by Vincent MEMBRÉ almost 3 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.0.0~rc3 which was released today.
Actions