-
Bug
-
Resolution: Fixed
-
Normal
-
8.6.4, 9.1.0
-
Security Level: Jimmy
-
ZK 9.5.1 S1
-
None
Steps to Reproduce
https://zkfiddle.org/sample/2db18el/2-Dynamic-Tree
scroll down in the tree to trigger loading additional tree rows
Current Result
during the delayed loading time the loading animation doesn't appear
Expected Result
render the loading animation as in listbox/grid
(added the style z-tree-loading manually)
Debug Information
the css class z-tree-loading already exists, and is added when the loading starts.
However it is removed before the onRender request is even sent to the server.
Workaround
- relates to
-
ZK-3138 Data loading indicator for ROD
- Closed