Issue 260: New method `node.isLoading()`
Status:  Fixed
Owner:
Closed:  Dec 2011
Project Member Reported by moo...@wwwendt.de, Dec 28, 2011
This function would allow to test for currently loading active nodes.
A global `tree.isLoading()` would return true if any Ajax request is pending.
Dec 28, 2011
Project Member #1 moo...@wwwendt.de
Current workaround
use `node.hasChildren() === undefined` to check for unloaded/loading lazy nodes.
Another way is to test for the 'dynatree-loading' class.
Then, return `false` in onDragStart.
Dec 28, 2011
Project Member #2 moo...@wwwendt.de
This issue was closed by revision r559.
Status: Fixed