cos-archives / hgrid

[UNMAINTAINED] A Javascript-based hierarchical grid that can be used to manage and organize file/folder-like data
Apache License 2.0
23 stars 14 forks source link

Quickly expanding/contracting nested folders lazy loads later folders without showing parents #90

Open alexschiller opened 10 years ago

alexschiller commented 10 years ago

e.g.,

Folder A -> Folder B ->->Folder C

quick expanding/contracting Folder A wills sometimes show:

Folder A ->->Folder C

brianjgeiger commented 10 years ago

Implementing #63 would fix this problem. The control should not be active while it's in a loading state.

brianjgeiger commented 10 years ago

I think this may just be a project organizer issue, so it should be tested on other parts of the HGrid. It looks like there's code for hiding the disclosure control when it's in a loaded state, but because of my custom behavior that's not implemented in HGrid lazy loading (being able to know if there are children even if the children aren't loaded), the hiding-during-load functionality isn't working.