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

[Draggable] Row element is not rendered into the DOM #71

Closed brianjgeiger closed 10 years ago

brianjgeiger commented 10 years ago

I don't have this dialied in yet, but I have a complex hierarchy:

Trying to drag ABA into ACA causes an error in HGrid.js line 1311 - 'Row element is not rendered in the DOM.'

sloria commented 10 years ago

In your example, do you mean ADA? ACA doesn't exist. Or do you mean a newly created folder ACA?

brianjgeiger commented 10 years ago

Hmm. I'm not sure. Either I left out ACA, or I meant ADA. What a terrible bug report!

brianjgeiger commented 10 years ago

Neither create the problem in my current setup. So maybe it was a side effect of something else.

brianjgeiger commented 10 years ago

This happens when the enclosing folder is no longer displayed in the grid and you try to apply a highlight to that folder.